now we bundle LuaJIT2.0beta6 as well.

This commit is contained in:
agentzh (章亦春) 2011-02-16 17:33:55 +08:00
parent 0c1f102dff
commit fdeaab2e73
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@ rm "patch-lua-$ver-2" || exit 1
#################################
ver=2.0.0-beta6
$root/util/get-tarball "http://luajit.org/download/LuaJIT-$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
tar -xzf LuaJIT-$ver.tar.gz || exit 1
#################################
rm *.tar.gz
cd ..