From 914aa0a2faf087e4417b4dbdeb169e3892bb5f5d Mon Sep 17 00:00:00 2001 From: neville Date: Sat, 1 Aug 2015 23:15:04 +0200 Subject: [PATCH] (OSX) Lower requirements to 10.1 --- Makefile.libretro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index 10421f0..8dc91d2 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -57,9 +57,7 @@ else ifeq ($(platform), osx) CFLAGS += -DHAVE_ASPRINTF 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 ifndef ($(NOUNIVERSAL)) CFLAGS += $(ARCHFLAGS) LDFLAGS += $(ARCHFLAGS)