Mercurial > hg > silvet
changeset 369:ef35549c1c56
Whoops, we need the Vamp SDK library to build the plugin!
author | Chris Cannam |
---|---|
date | Wed, 03 Aug 2016 10:47:26 +0100 |
parents | 96df4d212978 |
children | 20e0443aa31c |
files | Makefile.linux |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.linux Fri Jul 08 16:47:02 2016 +0100 +++ b/Makefile.linux Wed Aug 03 10:47:26 2016 +0100 @@ -6,7 +6,8 @@ CXXFLAGS := $(CFLAGS) -std=c++11 VAMPSDK_DIR := ../vamp-plugin-sdk -PLUGIN_LDFLAGS := -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map -lpthread + +PLUGIN_LDFLAGS := $(VAMPSDK_DIR)/libvamp-sdk.a -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map -lpthread PLUGIN_EXT := .so