PT import: Fix circular dependency with libptformat <-> libardour

This commit is contained in:
Damien Zammit 2018-10-10 20:24:47 +11:00
parent 3fd7f9478f
commit 0e6d88f39a
1 changed files with 1 additions and 1 deletions

View File

@ -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']