From c54833372872210d40efee2e3f4bd25f14c8330c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 2 Sep 2019 05:44:00 +0200 Subject: [PATCH] Fix pyin build, needs VAMPSDK --- libs/vamp-pyin/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/vamp-pyin/wscript b/libs/vamp-pyin/wscript index e559856b4f..5c9cb3014a 100644 --- a/libs/vamp-pyin/wscript +++ b/libs/vamp-pyin/wscript @@ -44,6 +44,7 @@ def build(bld): obj.includes = ['.'] obj.name = 'libardourvamppyin' obj.target = 'ardourvamppyin' + obj.uselib = 'VAMPSDK' obj.use = 'libvampplugin' autowaf.ensure_visible_symbols (obj, True) obj.vnum = VAMP_PYIN_LIB_VERSION