Mercurial > hg > vamp-plugin-sdk
changeset 387:3cd80757becf
Start using libc++ by default
| author | Chris Cannam | 
|---|---|
| date | Wed, 11 Mar 2015 13:29:17 +0000 | 
| parents | e0697515163f | 
| children | 126a60e6dc4e | 
| files | build/Makefile.osx | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
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 #
