aboutsummaryrefslogtreecommitdiff
path: root/binary
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-05-18 00:24:05 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-05-18 00:25:22 -0300
commitb4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec (patch)
tree0e285da1f58bbc328c5f75b76e1d7ead0d225bd4 /binary
parentdc52ff76136d23e0f97ce8f6abc98d399851c9d2 (diff)
downloadluarocks-b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec.tar.gz
luarocks-b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec.tar.bz2
luarocks-b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec.zip
binary build: help autodetection of the crosscompiled Lua libraries
Diffstat (limited to 'binary')
-rwxr-xr-xbinary/all_in_one1
1 files changed, 1 insertions, 0 deletions
diff --git a/binary/all_in_one b/binary/all_in_one
index 953fb227..9db25bf8 100755
--- a/binary/all_in_one
+++ b/binary/all_in_one
@@ -456,6 +456,7 @@ local function main()
456 CC = fs.current_dir() .. "/binary/static-gcc", 456 CC = fs.current_dir() .. "/binary/static-gcc",
457 LD = fs.current_dir() .. "/binary/static-gcc", 457 LD = fs.current_dir() .. "/binary/static-gcc",
458 LIB_EXTENSION = "a", 458 LIB_EXTENSION = "a",
459 LUA_DIR = LUA_DIR,
459 LIBFLAG = "-static", 460 LIBFLAG = "-static",
460 PWD = "pwd", 461 PWD = "pwd",
461 }, 462 },