diff options
Diffstat (limited to 'luaconf.h')
| -rw-r--r-- | luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ | |||
| 79 | #if defined(LUA_USE_MACOSX) | 79 | #if defined(LUA_USE_MACOSX) |
| 80 | #define LUA_USE_POSIX | 80 | #define LUA_USE_POSIX |
| 81 | #define LUA_USE_DLOPEN /* macOS does not need -ldl */ | 81 | #define LUA_USE_DLOPEN /* macOS does not need -ldl */ |
| 82 | #define LUA_USE_READLINE | 82 | #define LUA_USE_READLINE /* needs an extra library: -lreadline */ |
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | 85 | ||
