From c28d6390735c5859649052424503cbdeec7e9ec8 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 14 Jan 2020 18:22:49 -0300 Subject: Windows binary: do not hardcode . as LUA_BINDIR --- binary/all_in_one | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'binary') diff --git a/binary/all_in_one b/binary/all_in_one index 82ea578c..80712b13 100755 --- a/binary/all_in_one +++ b/binary/all_in_one @@ -160,8 +160,7 @@ local function write_hardcoded_module(dir) SYSCONFDIR = if_platform("unix", SYSCONFDIR), LUA_DIR = if_platform("unix", cfg.variables.LUA_DIR), - LUA_BINDIR = if_platform("unix", cfg.variables.LUA_BINDIR) - or if_platform("windows", "."), + LUA_BINDIR = if_platform("unix", cfg.variables.LUA_BINDIR), LUA_INTERPRETER = if_platform("unix", cfg.lua_interpreter), } -- cgit v1.2.3-55-g6feb