mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 01:13:30 +00:00
Remove unneeded lib.
This commit is contained in:
parent
6c0eebd4bf
commit
24dda40863
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user