RELEASE LuaJIT-2.0.0-beta4

This commit is contained in:
Mike Pall
2010-03-28 19:26:33 +02:00
parent 3a8b9bad2e
commit 23189fa40d
9 changed files with 34 additions and 24 deletions

View File

@@ -37,12 +37,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-beta3/"
#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta4/"
#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-beta3/"
#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta4/"
#define LUA_XPATH
#define LUA_XCPATH
#endif