Mercurial > hg > vamp-plugin-sdk
changeset 391:126a60e6dc4e
Merge
author | Chris Cannam |
---|---|
date | Wed, 20 May 2015 16:51:52 +0100 |
parents | 3cd80757becf (diff) 4ec736a36546 (current diff) |
children | a69901aa85d2 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build/Makefile.osx Wed May 20 13:54:27 2015 +0100 +++ b/build/Makefile.osx Wed May 20 16:51:52 2015 +0100 @@ -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 #