Add Append and Replace to the env

This commit is contained in:
Eryn Wells 2016-02-27 08:55:09 -08:00
parent fd2e6ae699
commit 517a083694

View file

@ -14,7 +14,10 @@ def _do_sconscript(env):
exports = {'Library': env.Library,
'StaticLibrary': env.StaticLibrary,
'SharedLibrary': env.SharedLibrary,
'Program': env.Program}
'Program': env.Program,
'Append': env.Append,
'Replace': env.Replace}
SCons.Script._SConscript.GlobalDict.update(exports)
env.log('Reading {}'.format(sconscript))
return original_sconscript(sconscript,