diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 39d2c3a..1574be6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,7 +100,7 @@ linux: $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lncursesw" macosx: - $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX + $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-lncurses" # use this on Mac OS X 10.3- # $(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX |