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:
parent
75405adb9d
commit
b8903496e3
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue