X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=blobdiff_plain;f=Makefile.osx;h=5873deed243c433d3e108da313cd3d3198d5cff7;hp=9450b9d706b7ae69ea543cbeef5dd48943710740;hb=2cd7c130c39175505b73fe07fe657c6038ad6cb9;hpb=20267d2aabc5d39ce6d2214ec36081e17008df3c diff --git a/Makefile.osx b/Makefile.osx index 9450b9d..5873dee 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -16,11 +16,14 @@ CFLAGS := -Wall -Wextra -O3 -ftree-vectorize -fPIC 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