Mercurial > hg > vamp-build-and-test
comparison SCRIPTS/process.sh @ 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 | c4758b1b1089 |
comparison
equal
deleted
inserted
replaced
106:7d236368c613 | 107:e4c146b6e491 |
---|---|
115 osx64) | 115 osx64) |
116 platform=osx | 116 platform=osx |
117 bits=64 | 117 bits=64 |
118 pluginext=.dylib | 118 pluginext=.dylib |
119 # This is a difficult choice for various reasons... have to ponder | 119 # This is a difficult choice for various reasons... have to ponder |
120 archflags="-mmacosx-version-min=10.6 -arch x86_64 -arch i386" | 120 archflags="-mmacosx-version-min=10.7 -arch x86_64 -arch i386 -stdlib=libc++" |
121 identpattern='Mach-O 64-bit .*x86_64' | 121 identpattern='Mach-O 64-bit .*x86_64' |
122 ;; | 122 ;; |
123 *) | 123 *) |
124 usage | 124 usage |
125 ;; | 125 ;; |