Mercurial > hg > qm-dsp
changeset 181:b2772559aebc
OS/X build fixes
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 17:12:46 +0100 |
parents | 66995f463694 |
children | 5ec47007b873 |
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 CFLAGS := $(ARCHFLAGS) -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude