summaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-31 18:24:10 +0100
committerMike Pall <mike>2012-10-31 18:24:10 +0100
commiteb6f890ebd01ee4cf4f31a66d8a946bc8dccd885 (patch)
treedf04f4a925fe1b78eb4fa7932ad4aba2d818301d /src/luaconf.h
parent4b9441c0a9fd24b06a853ada22ed2c53a37d7b0e (diff)
downloadluajit-2.0.0-rc1.tar.gz
luajit-2.0.0-rc1.tar.bz2
luajit-2.0.0-rc1.zip
RELEASE LuaJIT-2.0.0-rc1v2.0.0-rc1
Diffstat (limited to 'src/luaconf.h')
-rw-r--r--src/luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index df70be2c..de519186 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -30,12 +30,12 @@
30#define LUA_LDIR LUA_ROOT "share/lua/5.1/" 30#define LUA_LDIR LUA_ROOT "share/lua/5.1/"
31#define LUA_CDIR LUA_ROOT "lib/lua/5.1/" 31#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
32#ifdef LUA_XROOT 32#ifdef LUA_XROOT
33#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta11/" 33#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0/"
34#define LUA_XPATH \ 34#define LUA_XPATH \
35 ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua" 35 ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua"
36#define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;" 36#define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;"
37#else 37#else
38#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta11/" 38#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0/"
39#define LUA_XPATH 39#define LUA_XPATH
40#define LUA_XCPATH 40#define LUA_XCPATH
41#endif 41#endif