aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-04-16 17:43:11 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-04-16 17:43:11 -0300
commitbcdeb6f411c8f62fa7c2c1546bf600e516448590 (patch)
tree2914b9fc1d2c12f4224b0486da1841e1cf08130e
parent26b746fcda935094984ed73af556771c0cd5f744 (diff)
downloadluarocks-bcdeb6f411c8f62fa7c2c1546bf600e516448590.tar.gz
luarocks-bcdeb6f411c8f62fa7c2c1546bf600e516448590.tar.bz2
luarocks-bcdeb6f411c8f62fa7c2c1546bf600e516448590.zip
makedist: build binaries using Lua 5.4
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 2a7b3e25..0cc247d3 100755
--- a/makedist
+++ b/makedist
@@ -150,7 +150,7 @@ if [ "$1" = "binary" ]
150then 150then
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