X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=d08bef1dfd3f15fc7b6ae62c5e37434764dad781;hb=33b8211141a95cde64763391e4c54586929f3ee8;hp=1efb7f910c5e2ce313c3632371ea022ff4aa3b21;hpb=872515f91b1db2941d28a1b8507ea83cce9632f3;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 1efb7f91..d08bef1d 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -49,9 +49,7 @@ else ifeq ($(platform), osx) SHARED := -dynamiclib 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 # iOS else ifeq ($(platform), ios)