From fb9f9d637c80ae7bb38b535154c8fd8c5843b8a9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 2 Aug 2015 00:09:35 +0200 Subject: [PATCH] (OSX) Lower requirements to OSX 10.1 --- Makefile.libretro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index cc8091f..960c8a6 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -63,9 +63,7 @@ else ifeq ($(platform), osx) endif OSXVER = `sw_vers -productVersion | cut -d. -f 2` OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"` - ifeq ($(OSX_LT_MAVERICKS),"YES") - SHARED += -mmacosx-version-min=10.5 - endif + SHARED += -mmacosx-version-min=10.1 # iOS else ifeq ($(platform), ios) -- 2.39.2