# HG changeset patch # User Paul Brossier # Date 1422710984 -3600 # Node ID 301a8cf188389fe2bc55827e0b3e1df00ecec42a # Parent b5ef15273f7192619e0bc8e97ea7e6f08a9465cf Makefile.osx: set default sdk to 2.5, look for precompiled binaries diff -r b5ef15273f71 -r 301a8cf18838 Makefile.osx --- a/Makefile.osx Sat Jan 31 14:11:51 2015 +0100 +++ b/Makefile.osx Sat Jan 31 14:29:44 2015 +0100 @@ -16,11 +16,14 @@ ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 # Location of Vamp plugin SDK relative to the project directory -VAMPSDK_DIR := ../vamp-plugin-sdk +VAMPSDK_DIR := ../vamp-plugin-sdk-2.5 + +# Location of libvamp-sdk.dylib +VAMPDLL_DIR ?= ../vamp-plugin-sdk-2.5-binaries-osx # Libraries and linker flags required by plugin: add any -l # options here -PLUGIN_LDFLAGS := -dynamiclib -exported_symbols_list vamp-plugin.list -lvamp-sdk +PLUGIN_LDFLAGS := -dynamiclib -exported_symbols_list=vamp-plugin.list -L$(VAMPDLL_DIR) -lvamp-sdk # File extension for plugin library on this platform PLUGIN_EXT := .dylib