diff options
Diffstat (limited to 'src/luaconf.h')
| -rw-r--r-- | src/luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index ceab5ed6..4a243ffb 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
| @@ -26,12 +26,12 @@ | |||
| 26 | #define LUA_LDIR LUA_ROOT "share/lua/5.1/" | 26 | #define LUA_LDIR LUA_ROOT "share/lua/5.1/" |
| 27 | #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" | 27 | #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" |
| 28 | #ifdef LUA_XROOT | 28 | #ifdef LUA_XROOT |
| 29 | #define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta7/" | 29 | #define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta8/" |
| 30 | #define LUA_XPATH \ | 30 | #define LUA_XPATH \ |
| 31 | ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua" | 31 | ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua" |
| 32 | #define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;" | 32 | #define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;" |
| 33 | #else | 33 | #else |
| 34 | #define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta7/" | 34 | #define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta8/" |
| 35 | #define LUA_XPATH | 35 | #define LUA_XPATH |
| 36 | #define LUA_XCPATH | 36 | #define LUA_XCPATH |
| 37 | #endif | 37 | #endif |
