make WINDOWS_KEY value propagate correctly into wscript files for use when generating key bindings

This commit is contained in:
Paul Davis 2014-07-07 16:27:39 -04:00
parent 4eea756c5f
commit 9658096de3

View file

@ -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