changeset 107:e4c146b6e491

Switch to OS/X 10.7 and libc++ throughout. (Otherwise we get only very limited C++11 support.)
author Chris Cannam
date Mon, 07 Sep 2015 14:43:42 +0100
parents 7d236368c613
children 080ce3dcdd8c
files SCRIPTS/process.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/SCRIPTS/process.sh	Mon Sep 07 12:22:53 2015 +0100
+++ b/SCRIPTS/process.sh	Mon Sep 07 14:43:42 2015 +0100
@@ -117,7 +117,7 @@
 	bits=64
 	pluginext=.dylib
 	# This is a difficult choice for various reasons... have to ponder
-	archflags="-mmacosx-version-min=10.6 -arch x86_64 -arch i386"
+	archflags="-mmacosx-version-min=10.7 -arch x86_64 -arch i386 -stdlib=libc++"
 	identpattern='Mach-O 64-bit .*x86_64'
 	;;
     *)