mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
fix [git] version header file creation for old python
This commit is contained in:
parent
78f0007d54
commit
d9aeb8084d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue