From b8903496e373510afddd45794341fd432eedf64a Mon Sep 17 00:00:00 2001 From: anders_k Date: Wed, 13 Mar 2013 17:23:17 +0000 Subject: [PATCH] SConstruct only needs to export environments that are imported by other SConscript files git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6297 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index b7ce3561..97c8d642 100644 --- a/SConstruct +++ b/SConstruct @@ -499,7 +499,7 @@ test_env = envs[5] stub_uenv = envs[6] plugin_uenv = envs[7] -Export('stub_env makensis_env plugin_env plugin_uenv util_env cp_util_env test_env') +Export('plugin_env plugin_uenv') def GetArcCPU(env): if (not env.has_key('TARGET_ARCH')) or env['TARGET_ARCH'] == 'x86':