From ccf1daa4b7af5762b2beb67b2e5b078626e8c269 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 27 Jun 2025 02:55:32 -0300 Subject: d'oh --- binary/Makefile.windows | 2 +- binary/all_in_one | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'binary') diff --git a/binary/Makefile.windows b/binary/Makefile.windows index a8644078..b2094728 100644 --- a/binary/Makefile.windows +++ b/binary/Makefile.windows @@ -16,7 +16,7 @@ BUILD_WINDOWS_DEPS_DIR=build-windows-deps-$(MINGW_PREFIX) BUILD_WINDOWS_BINARY_DIR=build-windows-binary-$(MINGW_PREFIX) # windows-binary: $(WINDOWS_DEPS_DIR)/lib/liblua.a $(WINDOWS_DEPS_DIR)/lib/libssl.a $(WINDOWS_DEPS_DIR)/lib/libz.a $(WINDOWS_DEPS_DIR)/lib/libbz2.a -windows-binary: +windows-binary: $(WINDOWS_DEPS_DIR)/lib/liblua.a STATIC_GCC_AR=$(MINGW_PREFIX)-ar \ STATIC_GCC_RANLIB=$(MINGW_PREFIX)-ranlib \ STATIC_GCC_CC=$(MINGW_PREFIX)-gcc \ diff --git a/binary/all_in_one b/binary/all_in_one index a0a157af..02a54c8e 100755 --- a/binary/all_in_one +++ b/binary/all_in_one @@ -510,7 +510,7 @@ print("==============================================") print("----------------------------------------------------------------") local vers = manif.get_versions(queries.from_dep_string(name), "one") if not next(vers) then - local command = "LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' --lua-dir=" .. LUA_DIR .. " " .. use + local command = "LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' " .. use print(command) local ok = os.execute(command) if ok ~= 0 and ok ~= true then -- cgit v1.2.3-55-g6feb