# HG changeset patch # User Paul Brossier # Date 1422712783 -3600 # Node ID ed483706c93073f3bc60012c5192d922b7a16c34 # Parent 99ab4589999a0d876e9ded7c8e2f4c9e9aa07735 Makefile.osx: rename variable to VAMPBIN_DIR diff -r 99ab4589999a -r ed483706c930 Makefile.osx --- a/Makefile.osx Sat Jan 31 14:59:16 2015 +0100 +++ b/Makefile.osx Sat Jan 31 14:59:43 2015 +0100 @@ -19,11 +19,11 @@ VAMPSDK_DIR := ../vamp-plugin-sdk-2.5 # Location of libvamp-sdk.dylib -VAMPDLL_DIR ?= ../vamp-plugin-sdk-2.5-binaries-osx +VAMPBIN_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 -L$(VAMPDLL_DIR) -lvamp-sdk +PLUGIN_LDFLAGS := -dynamiclib -exported_symbols_list=vamp-plugin.list -L$(VAMPBIN_DIR) -lvamp-sdk # File extension for plugin library on this platform PLUGIN_EXT := .dylib