mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-10-02 15:12:30 +00:00
an attempt to fix testing...
This commit is contained in:
@@ -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