BRANCH LuaJIT-2.1

This commit is contained in:
Mike Pall
2013-02-21 16:49:04 +01:00
parent d4bc6ab756
commit 61fb587d2c
9 changed files with 27 additions and 20 deletions

View File

@@ -30,12 +30,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.1/"
#define LUA_JDIR LUA_XROOT "share/luajit-2.1.0-alpha/"
#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.1/"
#define LUA_JDIR LUA_ROOT "share/luajit-2.1.0-alpha/"
#define LUA_XPATH
#define LUA_XCPATH
#endif