mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
no need for ncurses
svn-id: r4103
This commit is contained in:
parent
4e8ea7dbc1
commit
2c8d1d8871
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user