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