aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index eb7d82fe..23ab0fee 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -120,12 +120,12 @@ binary: build-binary/luarocks.exe build-binary/luarocks-admin.exe
120build-binary/luarocks.exe: luarocks 120build-binary/luarocks.exe: luarocks
121 (unset $(LUA_ENV_VARS); \ 121 (unset $(LUA_ENV_VARS); \
122 LUA_PATH="./src/?.lua;;" \ 122 LUA_PATH="./src/?.lua;;" \
123 "$(LUA)" binary/all_in_one "src/bin/luarocks" "$(LUA_DIR)" "^src/luarocks/admin/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(BINARY_CC) $(BINARY_NM) $(BINARY_SYSROOT)) 123 "$(LUA)" binary/all_in_one "src/bin/luarocks" "$(LUA_DIR)" "^src/luarocks/admin/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(CC) $(NM) $(SYSROOT))
124 124
125build-binary/luarocks-admin.exe: luarocks 125build-binary/luarocks-admin.exe: luarocks
126 (unset $(LUA_ENV_VARS); \ 126 (unset $(LUA_ENV_VARS); \
127 LUA_PATH="./src/?.lua;;" \ 127 LUA_PATH="./src/?.lua;;" \
128 "$(LUA)" binary/all_in_one "src/bin/luarocks-admin" "$(LUA_DIR)" "^src/luarocks/cmd/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(BINARY_CC) $(BINARY_NM) $(BINARY_SYSROOT)) 128 "$(LUA)" binary/all_in_one "src/bin/luarocks-admin" "$(LUA_DIR)" "^src/luarocks/cmd/" "$(luarocksconfdir)" "$(@D)" $(BINARY_PLATFORM) $(CC) $(NM) $(SYSROOT))
129 129
130# ---------------------------------------- 130# ----------------------------------------
131# Binary install 131# Binary install