summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-03-17 15:26:12 -0400
committerEliot Horowitz <eliot@10gen.com>2011-03-17 15:26:26 -0400
commit2c0e128f7f3ee60a614bfa7afb502a76968e838c (patch)
tree3a112e5bafd7e3355d5f1460313b2ea5f7500060 /distsrc
parent72f549af6331ebee34ae70d97a7f8e52298470d3 (diff)
downloadmongo-2c0e128f7f3ee60a614bfa7afb502a76968e838c.tar.gz
fix client scons
Diffstat (limited to 'distsrc')
-rw-r--r--distsrc/client/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index a97699eb95f..db5693241ae 100644
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -18,7 +18,7 @@ AddOption( "--prefix",
help="installation root" )
-env = Environment()
+env = Environment( MSVS_ARCH=msarch , tools = ["default", "gch"], toolpath = '.' )
def addExtraLibs( s ):
for x in s.split(","):