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 bf1de52de5
commit e21907d247
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,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