mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix pyin build, needs VAMPSDK
This commit is contained in:
parent
a1f9beb355
commit
c548333728
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue