make WINDOWS_KEY value propagate correctly into wscript files for use when generating...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Jul 2014 20:27:39 +0000 (16:27 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 8 Jul 2014 04:53:13 +0000 (00:53 -0400)
wscript

diff --git a/wscript b/wscript
index bef9e29d10e2f95306928eef4ed9c0c29a82c110..b40cd0547030b0488596e22a0bdfa49b24f572ae 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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