From b86f0d72c891bc38a2cff021ae656e4fc8fce7a8 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 13 Apr 2020 20:00:57 -0300 Subject: do not call Lua interpreter when making wrapper for luarocks binary Closes #1174. --- binary/all_in_one | 1 + 1 file changed, 1 insertion(+) (limited to 'binary') diff --git a/binary/all_in_one b/binary/all_in_one index 80712b13..3abbafa2 100755 --- a/binary/all_in_one +++ b/binary/all_in_one @@ -156,6 +156,7 @@ local function write_hardcoded_module(dir) SYSTEM = system, PROCESSOR = processor, FORCE_CONFIG = FORCE_CONFIG, + IS_BINARY = true, SYSCONFDIR = if_platform("unix", SYSCONFDIR), -- cgit v1.2.3-55-g6feb