From 77219244d06473ab0146227ad8804c0d61b1dfed Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 1 Aug 2015 23:22:57 +0200 Subject: (OSX) Lower requirements to 10.1 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fa5942..1f69268 100644 --- a/Makefile +++ b/Makefile @@ -67,9 +67,7 @@ ifeq ($(arch),ppc) 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 ifndef ($(NOUNIVERSAL)) FLAGS += $(ARCHFLAGS) LDFLAGS += $(ARCHFLAGS) -- cgit v1.2.3