1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-02 01:13:30 +00:00

Remove unneeded lib.

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

@ -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