(libretro-test-gl) Lower requirements to OSX 10.1

This commit is contained in:
twinaphex 2015-08-01 23:58:30 +02:00
parent d22bec3b3b
commit 652e614707

View File

@ -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