From 652e61470776b39a0732461309ced6c24bae62cf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 1 Aug 2015 23:58:30 +0200 Subject: [PATCH] (libretro-test-gl) Lower requirements to OSX 10.1 --- cores/libretro-test-gl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cores/libretro-test-gl/Makefile b/cores/libretro-test-gl/Makefile index f70178d36f..3d14a3cd52 100644 --- a/cores/libretro-test-gl/Makefile +++ b/cores/libretro-test-gl/Makefile @@ -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