# HG changeset patch # User Chris Cannam # Date 1301997644 -3600 # Node ID a1be2e4a5d221cbc21ad7b5bd8a0413bce92cdf0 # Parent b570254e70a055e813a2b272c3091150d4fae3b6 Use g++-4.0 if using 10.4 SDK diff -r b570254e70a0 -r a1be2e4a5d22 skeleton/Makefile.skeleton --- a/skeleton/Makefile.skeleton Mon Mar 07 13:59:27 2011 +0000 +++ b/skeleton/Makefile.skeleton Tue Apr 05 11:00:44 2011 +0100 @@ -36,6 +36,7 @@ ## Uncomment these for an OS/X universal binary (PPC and 32- and ## 64-bit Intel) supporting 10.4 or newer (if you have the 10.4 SDK): +# CXX := g++-4.0 # CXXFLAGS := -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386 -arch x86_64 -arch ppc -I$(VAMP_SDK_DIR) -Wall -fPIC # PLUGIN_EXT := .dylib # LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -exported_symbols_list vamp-plugin.list