another python3 issue

This commit is contained in:
Robin Gareus 2015-07-05 14:43:26 +02:00
parent 025e8db11d
commit 3ada7398e9

View File

@ -505,7 +505,7 @@ def build(bld):
'DATADIR' : os.path.normpath(bld.env['DATADIR']),
'CONFDIR' : os.path.normpath(bld.env['CONFDIR']),
'LIBS' : 'build/libs',
'VERSION' : bld.env['VERSION'],
'VERSION' : str (bld.env['VERSION']),
'EXECUTABLE' : 'build/gtk2_ardour/ardour-' + str (bld.env['VERSION'])
}