mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 00:07:23 +00:00
(OSX libretro-test-gl) Add -DOSX to CFLAGS
This commit is contained in:
parent
433233e530
commit
b9885a6a11
@ -24,6 +24,7 @@ else ifeq ($(platform), osx)
|
||||
fpic := -fPIC
|
||||
SHARED := -dynamiclib
|
||||
GL_LIB := -framework OpenGL
|
||||
CFLAGS += -DOSX
|
||||
else ifeq ($(platform), pi)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
|
Loading…
Reference in New Issue
Block a user