changeset 136:2748660cb421 darwintunes

I only really changed the Makefile... hm
author matthiasm
date Tue, 19 Jun 2012 15:22:31 +0100
parents 75a46075bf4e
children 02ab98e51436
files .hgtags COPYING Chordino.cpp Chordino.h Makefile.linux Makefile.mingw Makefile.osx NNLSBase.cpp NNLSBase.h NNLSChroma.cpp NNLSChroma.h README Tuning.cpp Tuning.h chord.dictold chorddict.cpp chordino.png chromamethods.cpp chromamethods.h nnls-chroma.cat nnls-chroma.n3 nnls.c nnls.f nnls.h plugins.cpp releasenotes-0.2.1.txt releasenotes-0.2.txt releasenotes-0.3.txt sv-screenshot-nnls-chroma.png vamp-plugin.list vamp-plugin.map viterbi.cpp viterbi.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.osx	Thu May 10 11:32:05 2012 +0100
+++ b/Makefile.osx	Tue Jun 19 15:22:31 2012 +0100
@@ -8,11 +8,11 @@
 # project directory
 #
 VAMP_SDK_DIR = ../vamp-plugin-sdk
-BOOST_ROOT = ../boost_1_44_0
+BOOST_ROOT = ../boost_1_48_0
 
 
 ##  Uncomment these for an OS/X native build using command-line tools:
-ARCHFLAGS = -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -arch i386
+ARCHFLAGS = -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5 -arch i386 -arch x86_64
 CFLAGS = $(ARCHFLAGS) -Wall -fPIC -g -O3
 CXXFLAGS = $(CFLAGS) -I$(VAMP_SDK_DIR) -I$(BOOST_ROOT)
 PLUGIN_EXT = .dylib