mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
fixed a missplaced memset in akos code. Fixed a typo in the Makefile
svn-id: r4384
This commit is contained in:
parent
3255ea1278
commit
657a92e964
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ LIBS = -lncurses
|
||||
|
||||
# Comment this if you want to disable SDL output
|
||||
OBJS = sdl.o
|
||||
INCLUDE += `sdl-config --cflags`
|
||||
INCLUDES += `sdl-config --cflags`
|
||||
LIBS += `sdl-config --libs`
|
||||
DEFINES += -DUNIX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user