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
This commit is contained in:
anders_k 2013-03-13 17:23:17 +00:00
parent 75405adb9d
commit b8903496e3

View file

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