view build/osx/Makefile.osx @ 354:8519e43841df

Actually, let's have that in a subdir so people don't think it's part of the api
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 15 Oct 2013 09:39:58 +0100
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