Mercurial > hg > qm-dsp
annotate build/osx/Makefile.osx @ 122:2b5b37255db2
Merge from pvoc branch
author | Chris Cannam |
---|---|
date | Fri, 04 Oct 2013 16:43:44 +0100 |
parents | 505ed5f42800 |
children | f21a77db841d |
rev | line source |
---|---|
Chris@91 | 1 |
luis@99 | 2 CFLAGS := -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -I/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/ -DUSE_PTHREADS |
Chris@91 | 3 |
Chris@91 | 4 CXXFLAGS := $(CFLAGS) |
Chris@91 | 5 |
Chris@91 | 6 include build/general/Makefile.inc |
Chris@91 | 7 |