summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-12-08 17:08:14 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-12-08 17:08:14 -0300
commitb5a1b7de2ab8a0d3eb2c517af1de6f73e48fbe23 (patch)
treed5d6e3cc1a40e54122842a84bf2d2797d239d071 /makedist
parentfda59d6ab9321a9be5cff01136883bc1eaf5b270 (diff)
downloadluarocks-3.9.2.tar.gz
luarocks-3.9.2.tar.bz2
luarocks-3.9.2.zip
Windows binary build tweaksv3.9.2
Diffstat (limited to '')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 0cc247d3..0ba46034 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.4 153 ./configure --lua-version=5.4 --with-lua=${LUA_DIR:-/usr}
154 154
155 make binary 155 make binary
156 cd build-binary 156 cd build-binary