summaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
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 8e3a7aaa..d55caab1 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -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.0.2/"
#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.0.2/"
#define LUA_XPATH
#define LUA_XCPATH
#endif