mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
Wut! :D
This commit is contained in:
parent
96389ef83b
commit
5e241d79c8
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ DEFINES = -DHAVE_CONFIG_H
|
|||||||
|
|
||||||
ifneq ($(findstring Darwin,$(shell uname -a)),)
|
ifneq ($(findstring Darwin,$(shell uname -a)),)
|
||||||
OSX := 1
|
OSX := 1
|
||||||
LIBS += -framework AppKit
|
LIBS += -framework AppKit -lSDLmain
|
||||||
OBJ += osx-glue.o
|
OBJ += osx-glue.o
|
||||||
else
|
else
|
||||||
OSX := 0
|
OSX := 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user