diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-12-08 17:08:14 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-12-08 17:08:14 -0300 |
commit | b5a1b7de2ab8a0d3eb2c517af1de6f73e48fbe23 (patch) | |
tree | d5d6e3cc1a40e54122842a84bf2d2797d239d071 /makedist | |
parent | fda59d6ab9321a9be5cff01136883bc1eaf5b270 (diff) | |
download | luarocks-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 'makedist')
-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.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 |