RELEASE LuaJIT-2.0.0-beta9

This commit is contained in:
Mike Pall
2011-12-14 15:12:49 +01:00
parent a302468345
commit 6ace80c897
10 changed files with 17 additions and 21 deletions

View File

@@ -26,12 +26,12 @@
#define LUA_LDIR LUA_ROOT "share/lua/5.1/"
#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
#ifdef LUA_XROOT
#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta8/"
#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta9/"
#define LUA_XPATH \
";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua"
#define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;"
#else
#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta8/"
#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta9/"
#define LUA_XPATH
#define LUA_XCPATH
#endif