mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
make WINDOWS_KEY value propagate correctly into wscript files for use when generating key bindings
This commit is contained in:
parent
4eea756c5f
commit
9658096de3
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -740,7 +740,7 @@ def configure(conf):
|
|||
else:
|
||||
conf.define('LXVST_SUPPORT', 1)
|
||||
conf.env['LXVST_SUPPORT'] = True
|
||||
conf.define('WINDOWS_KEY', opts.windows_key)
|
||||
conf.env['WINDOWS_KEY'] = opts.windows_key
|
||||
if opts.rt_alloc_debug:
|
||||
conf.define('DEBUG_RT_ALLOC', 1)
|
||||
conf.env['DEBUG_RT_ALLOC'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue