diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-16 17:43:11 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-16 17:43:11 -0300 |
commit | bcdeb6f411c8f62fa7c2c1546bf600e516448590 (patch) | |
tree | 2914b9fc1d2c12f4224b0486da1841e1cf08130e | |
parent | 26b746fcda935094984ed73af556771c0cd5f744 (diff) | |
download | luarocks-bcdeb6f411c8f62fa7c2c1546bf600e516448590.tar.gz luarocks-bcdeb6f411c8f62fa7c2c1546bf600e516448590.tar.bz2 luarocks-bcdeb6f411c8f62fa7c2c1546bf600e516448590.zip |
makedist: build binaries using Lua 5.4
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ if [ "$1" = "binary" ] | |||
150 | then | 150 | then |
151 | shift | 151 | shift |
152 | 152 | ||
153 | ./configure --lua-version=5.3 | 153 | ./configure --lua-version=5.4 |
154 | 154 | ||
155 | make binary | 155 | make binary |
156 | cd build-binary | 156 | cd build-binary |