mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Oops - forgot I'd need to add an entry to 'ptformat/wscript'
This commit is contained in:
parent
54345501e1
commit
f83327fecb
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ def build(bld):
|
|||
autowaf.ensure_visible_symbols (obj, True)
|
||||
obj.vnum = LIBPTFORMAT_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines = [ 'LIBPTFORMAT_DLL_EXPORTS' ]
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue