mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Towards waf python 2+3 support
This commit is contained in:
parent
dfe712c564
commit
2e9ac80e99
22 changed files with 517 additions and 94 deletions
|
|
@ -42,6 +42,7 @@ def build(bld):
|
|||
obj.name = 'libptformat'
|
||||
obj.target = 'ptformat'
|
||||
obj.use = 'libpbd'
|
||||
obj.uselib = 'GLIBMM'
|
||||
obj.vnum = LIBPTFORMAT_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue