# HG changeset patch # User Chris Cannam # Date 1441633422 -3600 # Node ID e4c146b6e491bae2ce5e26beee85ebe5edb0a006 # Parent 7d236368c61317fcade68c161f439df1a5e8e552 Switch to OS/X 10.7 and libc++ throughout. (Otherwise we get only very limited C++11 support.) diff -r 7d236368c613 -r e4c146b6e491 SCRIPTS/process.sh --- 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' ;; *)