# HG changeset patch # User Chris Cannam # Date 1426080557 0 # Node ID 3cd80757becfcfc310ccf6a6ea8c333f2e2d647d # Parent e0697515163f85c8edf039c5de71b4c2968ffc07 Start using libc++ by default diff -r e0697515163f -r 3cd80757becf build/Makefile.osx --- a/build/Makefile.osx Wed Jan 14 16:58:53 2015 +0000 +++ b/build/Makefile.osx Wed Mar 11 13:29:17 2015 +0000 @@ -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 #