blob: f9658dc56e886a7fc0cd1f36280f91856db42647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -34,8 +34,8 @@
#ifndef LUA_LMULTILIB
#define LUA_LMULTILIB "lib"
#endif
-#define LUA_LROOT "/usr/local"
-#define LUA_LUADIR "/lua/5.1/"
+#define LUA_LROOT "/usr"
+#define LUA_LUADIR "/lua/"
#ifdef LUA_ROOT
#define LUA_JROOT LUA_ROOT
|