summaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-14 21:52:35 +0200
committerMike Pall <mike>2012-10-14 21:52:35 +0200
commitc25d4daaa5e8377aafe06e9f43c520d06e8e3e8e (patch)
tree03e8981a6d954210e363d3d105793b0c52273f23 /src/luaconf.h
parentd70d77549b397a8b9ebeed199f32e7827214c00b (diff)
downloadluajit2-c25d4daaa5e8377aafe06e9f43c520d06e8e3e8e.tar.gz
Add note to recalcitrant distro maintainers.
Diffstat (limited to 'src/luaconf.h')
-rw-r--r--src/luaconf.h4
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 @@
#define LUA_CPATH_DEFAULT \
".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
#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_LDIR LUA_ROOT "share/lua/5.1/"
#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"