aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index ea2c0b2e..bdac085c 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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