diff options
-rw-r--r-- | src/luaconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 5c29d4f3..7e084e7c 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -22,6 +22,10 @@ | |||
22 | #define LUA_CPATH_DEFAULT \ | 22 | #define LUA_CPATH_DEFAULT \ |
23 | ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll" | 23 | ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll" |
24 | #else | 24 | #else |
25 | /* | ||
26 | ** Note to distribution maintainers: do NOT patch the following line! | ||
27 | ** Please read ../doc/install.html#distro and pass PREFIX=/usr instead. | ||
28 | */ | ||
25 | #define LUA_ROOT "/usr/local/" | 29 | #define LUA_ROOT "/usr/local/" |
26 | #define LUA_LDIR LUA_ROOT "share/lua/5.1/" | 30 | #define LUA_LDIR LUA_ROOT "share/lua/5.1/" |
27 | #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" | 31 | #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" |