mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
an attempt to fix testing...
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
if [ "$LUA" == "LuaJIT 2.0" ]; then
|
||||
curl http://luajit.org/download/LuaJIT-2.0.2.tar.gz | tar xz
|
||||
cd LuaJIT-2.0.2
|
||||
make && sudo make install
|
||||
make && sudo make install INSTALL_TSYMNAME=lua
|
||||
cd ..;
|
||||
else
|
||||
if [ "$LUA" == "Lua 5.1" ]; then
|
||||
|
Reference in New Issue
Block a user