diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-26 00:25:50 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-30 15:01:43 -0300 |
commit | 314f3261963383647ba698df5441f3c68f36b6b6 (patch) | |
tree | 454197abdfb2c7dfe9a1d2ae7d2eaba5174145e2 | |
parent | dcaca50d670b3f5654c109339b6f37c766558eb1 (diff) | |
download | luarocks-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-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ if [ "$1" = "binary" ] | |||
156 | then | 156 | then |
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 |