Fix pyin build, needs VAMPSDK
This commit is contained in:
parent
a1f9beb355
commit
c548333728
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user