mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 11:02:20 +00:00
an attempt to fix testing #2
This commit is contained in:
@@ -24,7 +24,7 @@ curl http://luarocks.org/releases/luarocks-2.1.1.tar.gz | tar xz
|
|||||||
cd luarocks-2.1.1
|
cd luarocks-2.1.1
|
||||||
|
|
||||||
if [ "$LUA" == "LuaJIT 2.0" ]; then
|
if [ "$LUA" == "LuaJIT 2.0" ]; then
|
||||||
./configure --lua-suffix=jit --with-lua-include=/usr/local/include/luajit-2.0;
|
./configure --with-lua-include=/usr/local/include/luajit-2.0;
|
||||||
else
|
else
|
||||||
./configure;
|
./configure;
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user