Fix pyin build, needs VAMPSDK
authorRobin Gareus <robin@gareus.org>
Mon, 2 Sep 2019 03:44:00 +0000 (05:44 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 2 Sep 2019 03:44:00 +0000 (05:44 +0200)
libs/vamp-pyin/wscript

index e559856b4f48abc6c229bd55350779217aae4c8d..5c9cb3014abb07780938c02a3f74078f9d229169 100644 (file)
@@ -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