mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Add note to recalcitrant distro maintainers.
This commit is contained in:
parent
d70d77549b
commit
c25d4daaa5
@ -22,6 +22,10 @@
|
|||||||
#define LUA_CPATH_DEFAULT \
|
#define LUA_CPATH_DEFAULT \
|
||||||
".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
|
".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
|
||||||
#else
|
#else
|
||||||
|
/*
|
||||||
|
** Note to distribution maintainers: do NOT patch the following line!
|
||||||
|
** Please read ../doc/install.html#distro and pass PREFIX=/usr instead.
|
||||||
|
*/
|
||||||
#define LUA_ROOT "/usr/local/"
|
#define LUA_ROOT "/usr/local/"
|
||||||
#define LUA_LDIR LUA_ROOT "share/lua/5.1/"
|
#define LUA_LDIR LUA_ROOT "share/lua/5.1/"
|
||||||
#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
|
#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
|
||||||
|
Loading…
Reference in New Issue
Block a user