Towards waf python 2+3 support
This commit is contained in:
committed by
Robin Gareus
parent
dfe712c564
commit
2e9ac80e99
@@ -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 + '"' ]
|
||||
|
||||
Reference in New Issue
Block a user