fix [git] version header file creation for old python

This commit is contained in:
Robin Gareus 2014-09-06 22:19:52 +02:00
parent 78f0007d54
commit d9aeb8084d

View File

@ -283,7 +283,7 @@ def configure(conf):
bak = conf.env['define_key']
conf.define('VERSIONSTRING', str (conf.env['VERSION']))
conf.env['define_key'] = {'VERSIONSTRING'}
conf.env['define_key'] = ['VERSIONSTRING']
conf.write_config_header('gtk2ardour-version.h')
conf.env['define_key'] = bak;