fix ptf library deplyoment

This commit is contained in:
Robin Gareus 2015-08-06 01:02:13 +02:00
parent bd8662efe3
commit b75a38089b
3 changed files with 3 additions and 2 deletions

View file

@ -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()