diff options
author | Andrew Morrow <acm@mongodb.com> | 2016-12-21 18:48:56 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-01-03 09:45:52 -0500 |
commit | 1346352ff66b163fb010a270d1826c18699f3b36 (patch) | |
tree | 1fbe90cabe0bbdc3c6601008effbcac09ca05c65 /src/mongo/tools | |
parent | 4a5adbb971bdf95adce07ec01120c24b44268946 (diff) | |
download | mongo-1346352ff66b163fb010a270d1826c18699f3b36.tar.gz |
SERVER-27497 Scope SCons Environment changes narrowly
Diffstat (limited to 'src/mongo/tools')
-rw-r--r-- | src/mongo/tools/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript index 9fc54b1f7d1..229e9c6c15f 100644 --- a/src/mongo/tools/SConscript +++ b/src/mongo/tools/SConscript @@ -2,6 +2,8 @@ Import('env') +env = env.Clone() + mongobridge = env.Program( target="mongobridge", source=[ |