mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +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
|
||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
||||
fpic += -mmacosx-version-min=10.5
|
||||
endif
|
||||
fpic += -mmacosx-version-min=10.1
|
||||
else ifeq ($(platform), pi)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
|
Loading…
Reference in New Issue
Block a user