mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
fix ptf library deplyoment
This commit is contained in:
parent
bd8662efe3
commit
b75a38089b
3 changed files with 3 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ def build(bld):
|
|||
obj.use = 'libardour'
|
||||
autowaf.ensure_visible_symbols (obj, True)
|
||||
obj.vnum = LIBPTFORMAT_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ptformat')
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue