Skip to content

Commit

Permalink
fixup .ci/setup_lua.sh for LuaJIT rolling releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Aug 23, 2023
1 parent 9091cdd commit 740d17c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/setup_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ if [ "$LUAJIT" == "yes" ]; then

if [ "$LUA" == "luajit2.1" ]; then
git checkout v2.1;
# force the INSTALL_TNAME to be luajit
perl -i -pe 's/INSTALL_TNAME=.+/INSTALL_TNAME= luajit/' Makefile
fi

make && make install PREFIX="$LUA_HOME_DIR"
Expand Down

0 comments on commit 740d17c

Please sign in to comment.