mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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.includes = ['.']
|
||||||
obj.name = 'libardourvamppyin'
|
obj.name = 'libardourvamppyin'
|
||||||
obj.target = 'ardourvamppyin'
|
obj.target = 'ardourvamppyin'
|
||||||
|
obj.uselib = 'VAMPSDK'
|
||||||
obj.use = 'libvampplugin'
|
obj.use = 'libvampplugin'
|
||||||
autowaf.ensure_visible_symbols (obj, True)
|
autowaf.ensure_visible_symbols (obj, True)
|
||||||
obj.vnum = VAMP_PYIN_LIB_VERSION
|
obj.vnum = VAMP_PYIN_LIB_VERSION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue