changeset 143:983c6a00d864

changed to osx 10.6
author Matthias Mauch <matthias.mauch@eecs.qmul.ac.uk>
date Tue, 19 Jun 2012 16:13:39 +0100
parents ff8ba60cd388
children 0d70058c2bce
files Makefile.osx
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.osx	Tue Jun 19 15:55:14 2012 +0100
+++ b/Makefile.osx	Tue Jun 19 16:13:39 2012 +0100
@@ -12,7 +12,7 @@
 
 
 ##  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.6 -arch i386
 CFLAGS = $(ARCHFLAGS) -Wall -fPIC -g -O3
 CXXFLAGS = $(CFLAGS) -I$(VAMP_SDK_DIR) -I$(BOOST_ROOT)
 PLUGIN_EXT = .dylib