summaryrefslogtreecommitdiff
path: root/src/third_party/s2/strings
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-03-30 12:14:42 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-03-30 12:14:42 -0400
commit06785ef692bae4beb4df859c3d4da2e0517ba0d5 (patch)
tree0e54cb8720569d302042c80dde66580420e203a1 /src/third_party/s2/strings
parentc7ad4563a086eb9e9aeaf5f71e7e70b3b33a178a (diff)
downloadmongo-06785ef692bae4beb4df859c3d4da2e0517ba0d5.tar.gz
SERVER-9555 Better OS detection in scons
Diffstat (limited to 'src/third_party/s2/strings')
-rwxr-xr-xsrc/third_party/s2/strings/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/s2/strings/SConscript b/src/third_party/s2/strings/SConscript
index 8ba95770af7..93eb6321c47 100755
--- a/src/third_party/s2/strings/SConscript
+++ b/src/third_party/s2/strings/SConscript
@@ -1,6 +1,6 @@
# -*- mode: python -*-
-Import("env windows linux darwin solaris")
+Import("env")
env = env.Clone()