[SCons] Eliminate spurious warnings about environment variables
This commit is contained in:
parent
4d88fa8e34
commit
6126521ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ elif env['env_vars']:
|
|||
for name in env['env_vars'].split(','):
|
||||
if name in os.environ:
|
||||
env['ENV'][name] = os.environ[name]
|
||||
else:
|
||||
elif name not in defaults.env_vars:
|
||||
print 'WARNING: failed to propagate environment variable', name
|
||||
|
||||
env['extra_inc_dirs'] = [d for d in env['extra_inc_dirs'].split(':') if d]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue