[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LUA_LDIR definition in luaconf.h (bug?)
- From: Ignacio Burgueño <ignaciob@...>
- Date: Fri, 14 Sep 2007 19:26:55 -0300
Hi.
I was taking a look at luaconf.h and it seems to me that the definition
of LUA_LDIR and LUA_CDIR under Windows are wrong.
Now it says:
#define LUA_LDIR "!\\lua\\"
#define LUA_CDIR "!\\"
Shouldn't that be:
#define LUA_LDIR LUA_EXECDIR"\\lua\\"
#define LUA_CDIR LUA_EXECDIR"\\"
??
Also, the definition of LUA_EXECDIR has to be moved above the definition
of LUA_LDIR.
Regards,
Ignacio Burgueño