# HG changeset patch # User Chris Cannam # Date 1432137112 -3600 # Node ID 126a60e6dc4ed4547ef425da82c02cdb045c486b # Parent 3cd80757becfcfc310ccf6a6ea8c333f2e2d647d# Parent 4ec736a365466d62600e579df960f47be232ed3a Merge diff -r 4ec736a36546 -r 126a60e6dc4e build/Makefile.osx --- a/build/Makefile.osx Wed May 20 13:54:27 2015 +0100 +++ b/build/Makefile.osx Wed May 20 16:51:52 2015 +0100 @@ -60,12 +60,12 @@ # Minimum version of OS/X to target. This will determine the # compiler's choice of platform SDK material -MINVERSION := 10.6 +MINVERSION := 10.7 # Our default is to try to build for all architectures supported by # the MINVERSION in a universal binary. # -ARCHFLAGS ?= -mmacosx-version-min=$(MINVERSION) -arch x86_64 -arch i386 +ARCHFLAGS ?= -mmacosx-version-min=$(MINVERSION) -arch x86_64 -arch i386 -stdlib=libc++ # Compile flags #