aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f222f0fd..dcc5e7c8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -61,7 +61,7 @@ ifneq (, $(or $(findstring Linux, $(kernel)), $(findstring BSD, $(kernel))))
--libs gtk+-2.0 gmodule-2.0 gtk-mac-integration) \
-framework Cocoa
else
- plat_flag = -DCURSES
+ plat_flag = -DCURSES -D_XOPEN_SOURCE_EXTENDED
curses_libs = -lncurses
endif
libluajit = libluajit.osx.a