diff --git a/Makefile.libretro b/Makefile.libretro index cc8091fd..960c8a6e 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)