aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-03-26 00:25:50 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-03-30 15:01:43 -0300
commit314f3261963383647ba698df5441f3c68f36b6b6 (patch)
tree454197abdfb2c7dfe9a1d2ae7d2eaba5174145e2
parentdcaca50d670b3f5654c109339b6f37c766558eb1 (diff)
downloadluarocks-314f3261963383647ba698df5441f3c68f36b6b6.tar.gz
luarocks-314f3261963383647ba698df5441f3c68f36b6b6.tar.bz2
luarocks-314f3261963383647ba698df5441f3c68f36b6b6.zip
makedist: build binaries using Lua 5.3
luaposix wasn't updated for Lua 5.4 yet
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 1c5553a1..2ffa3780 100755
--- a/makedist
+++ b/makedist
@@ -156,7 +156,7 @@ if [ "$1" = "binary" ]
156then 156then
157 shift 157 shift
158 158
159 ./configure 159 ./configure --lua-version=5.3
160 160
161 make binary 161 make binary
162 cd build-binary 162 cd build-binary