an attempt to fix testing #2

This commit is contained in:
mpeterv
2014-01-26 19:18:42 +04:00
parent 858f5bc211
commit 4409ae80f7

View File

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