an attempt to fix testing...

This commit is contained in:
mpeterv
2014-01-26 19:15:32 +04:00
parent 2a49500a01
commit 858f5bc211

View File

@@ -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