From 317f395b49e258a70174fc043f44c63b06324427 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 1 Aug 2015 23:19:59 +0200 Subject: (OSX) Lower requirements to 10.1 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f371da8..ae0b682 100644 --- a/Makefile +++ b/Makefile @@ -100,9 +100,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") - fpic += -mmacosx-version-min=10.5 - endif + fpic += -mmacosx-version-min=10.1 SHARED := -dynamiclib ifeq ($(HAVE_DYNAREC),1) HAVE_MMAP = 1 -- cgit v1.2.3