mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
PT import: Fix circular dependency with libptformat <-> libardour
This commit is contained in:
parent
3fd7f9478f
commit
0e6d88f39a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def build(bld):
|
|||
obj.includes = ['.']
|
||||
obj.name = 'libptformat'
|
||||
obj.target = 'ptformat'
|
||||
obj.use = 'libardour'
|
||||
obj.use = 'libpbd'
|
||||
autowaf.ensure_visible_symbols (obj, True)
|
||||
obj.vnum = LIBPTFORMAT_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue