mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
Fix install path for vamp plugins.
git-svn-id: svn://localhost/ardour2/branches/3.0@8399 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5e7b4559fe
commit
6258f4e33b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def build(bld):
|
||||||
obj.source += ' Onset.cpp '
|
obj.source += ' Onset.cpp '
|
||||||
obj.uselib += ' AUBIO '
|
obj.uselib += ' AUBIO '
|
||||||
obj.vnum = LIBARDOURVAMPPLUGINS_LIB_VERSION
|
obj.vnum = LIBARDOURVAMPPLUGINS_LIB_VERSION
|
||||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'vamp')
|
||||||
|
|
||||||
def shutdown():
|
def shutdown():
|
||||||
autowaf.shutdown()
|
autowaf.shutdown()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue