make WINDOWS_KEY value propagate correctly into wscript files for use when generating key bindings
This commit is contained in:
parent
bf1de52de5
commit
e21907d247
2
wscript
2
wscript
@ -734,7 +734,7 @@ def configure(conf):
|
|||||||
else:
|
else:
|
||||||
conf.define('LXVST_SUPPORT', 1)
|
conf.define('LXVST_SUPPORT', 1)
|
||||||
conf.env['LXVST_SUPPORT'] = True
|
conf.env['LXVST_SUPPORT'] = True
|
||||||
conf.define('WINDOWS_KEY', opts.windows_key)
|
conf.env['WINDOWS_KEY'] = opts.windows_key
|
||||||
if opts.rt_alloc_debug:
|
if opts.rt_alloc_debug:
|
||||||
conf.define('DEBUG_RT_ALLOC', 1)
|
conf.define('DEBUG_RT_ALLOC', 1)
|
||||||
conf.env['DEBUG_RT_ALLOC'] = True
|
conf.env['DEBUG_RT_ALLOC'] = True
|
||||||
|
Loading…
Reference in New Issue
Block a user