Remove unneeded lib.

This commit is contained in:
Themaister 2011-02-04 23:53:33 +01:00
parent 6c0eebd4bf
commit 24dda40863

View File

@ -11,7 +11,7 @@ DEFINES = -DHAVE_CONFIG_H
ifneq ($(findstring Darwin,$(shell uname -a)),)
OSX := 1
LIBS += -framework AppKit -lSDLmain
LIBS += -framework AppKit
else
OSX := 0
endif