From 087ec7f67899cb38ceae5852b66b8d1a99d38fb4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 31 Jan 2015 14:59:43 +0100 Subject: [PATCH] Makefile.osx: rename variable to VAMPBIN_DIR --- Makefile.osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.osx b/Makefile.osx index 5873dee..8af79d3 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -19,11 +19,11 @@ ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 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 -- 2.11.0