mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-10 08:26:17 +00:00
lua: do not compile with readline support
This commit is contained in:
parent
88d7bb97d2
commit
ed76cd05b2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
#if defined(LUA_USE_LINUX)
|
||||
#define LUA_USE_POSIX
|
||||
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */
|
||||
#define LUA_USE_READLINE /* needs some extra libraries */
|
||||
// ET:L - readline dependency issues -> //#define LUA_USE_READLINE /* needs some extra libraries */
|
||||
#endif
|
||||
|
||||
#if defined(LUA_USE_MACOSX)
|
||||
|
|
Loading…
Reference in a new issue