aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-04-27 09:57:34 +0000
committerMax Horn2002-04-27 09:57:34 +0000
commit2c8d1d887192d1ef85ea516c36f7700356ba4d96 (patch)
tree247ea46a48173576cd35d9dbce8f4095a867b3c7
parent4e8ea7dbc145658704fc01832454e5c80946bed7 (diff)
downloadscummvm-rg350-2c8d1d887192d1ef85ea516c36f7700356ba4d96.tar.gz
scummvm-rg350-2c8d1d887192d1ef85ea516c36f7700356ba4d96.tar.bz2
scummvm-rg350-2c8d1d887192d1ef85ea516c36f7700356ba4d96.zip
no need for ncurses
svn-id: r4103
-rw-r--r--Makefile.macosx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.macosx b/Makefile.macosx
index 2c0c873cb5..6496682c16 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -8,7 +8,7 @@ INCLUDES:= `sdl-config --cflags` -I./ -I./sound
CPPFLAGS= $(DEFINES) $(INCLUDES)
# Add -lmad for -DCOMPRESSED_SOUND_FILE
-LIBS = `sdl-config --libs` -lncurses -framework QuickTime -framework AudioUnit
+LIBS = `sdl-config --libs` -framework QuickTime -framework AudioUnit
OBJS = sdl.o