diff build/Makefile.osx @ 387:3cd80757becf

Start using libc++ by default
author Chris Cannam
date Wed, 11 Mar 2015 13:29:17 +0000
parents 490e5d01766c
children 96cdf661d538
line wrap: on
line diff
--- 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
 #