diff options
author | Max Horn | 2002-04-27 09:57:34 +0000 |
---|---|---|
committer | Max Horn | 2002-04-27 09:57:34 +0000 |
commit | 2c8d1d887192d1ef85ea516c36f7700356ba4d96 (patch) | |
tree | 247ea46a48173576cd35d9dbce8f4095a867b3c7 | |
parent | 4e8ea7dbc145658704fc01832454e5c80946bed7 (diff) | |
download | scummvm-rg350-2c8d1d887192d1ef85ea516c36f7700356ba4d96.tar.gz scummvm-rg350-2c8d1d887192d1ef85ea516c36f7700356ba4d96.tar.bz2 scummvm-rg350-2c8d1d887192d1ef85ea516c36f7700356ba4d96.zip |
no need for ncurses
svn-id: r4103
-rw-r--r-- | Makefile.macosx | 2 |
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 |