diff options
-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 |