commit 97a35e70af9374e6145800c867eee1cdd9f07a2d parent 03b556b963e0d657dc455c07515cd5da3a4c4312 Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Mon, 11 Jan 2010 15:15:06 -0200 pathes corrected to 5.2 Diffstat:
M | luaconf.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/luaconf.h b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.128 2010/01/11 16:35:20 roberto Exp roberto $ +** $Id: luaconf.h,v 1.129 2010/01/11 17:11:24 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -91,8 +91,8 @@ #else #define LUA_ROOT "/usr/local/" -#define LUA_LDIR LUA_ROOT "share/lua/5.1/" -#define LUA_CDIR LUA_ROOT "lib/lua/5.1/" +#define LUA_LDIR LUA_ROOT "share/lua/5.2/" +#define LUA_CDIR LUA_ROOT "lib/lua/5.2/" #define LUA_PATH_DEFAULT \ LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" "./?.lua"