diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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 | |||
120 | build-binary/luarocks.exe: luarocks | 120 | build-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 | ||
125 | build-binary/luarocks-admin.exe: luarocks | 125 | build-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 |