Mercurial > hg > qm-vamp-plugins
changeset 164:3c4d87fba41c
OS/X build fixes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 05 Aug 2014 17:12:46 +0100 |
parents | 42aa5179a6bf |
children | e59651cee2f3 15e901d613a5 |
files | build/osx/Makefile.osx |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build/osx/Makefile.osx Tue Aug 05 16:40:34 2014 +0100 +++ b/build/osx/Makefile.osx Tue Aug 05 17:12:46 2014 +0100 @@ -1,5 +1,5 @@ -ARCHFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -arch i386 +ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386 CXXFLAGS += $(ARCHFLAGS) -O3 -ftree-vectorize -I../vamp-plugin-sdk -DUSE_PTHREADS