mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(libretro-test-gl) Lower requirements to OSX 10.1
This commit is contained in:
parent
d22bec3b3b
commit
652e614707
@ -49,9 +49,7 @@ else ifneq (,$(findstring osx,$(platform)))
|
|||||||
endif
|
endif
|
||||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||||
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
fpic += -mmacosx-version-min=10.1
|
||||||
fpic += -mmacosx-version-min=10.5
|
|
||||||
endif
|
|
||||||
else ifeq ($(platform), pi)
|
else ifeq ($(platform), pi)
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
TARGET := $(TARGET_NAME)_libretro.so
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user