Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 388:fac4405e6937
Fix incorrect handling of decimation factor 1; documentation
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 30 Jan 2014 09:51:06 +0000 |
parents | 4ea336cf845e |
children | f21a77db841d |
line wrap: on
line source
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 CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc