diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-03-17 15:26:12 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-03-17 15:26:26 -0400 |
commit | 2c0e128f7f3ee60a614bfa7afb502a76968e838c (patch) | |
tree | 3a112e5bafd7e3355d5f1460313b2ea5f7500060 /distsrc | |
parent | 72f549af6331ebee34ae70d97a7f8e52298470d3 (diff) | |
download | mongo-2c0e128f7f3ee60a614bfa7afb502a76968e838c.tar.gz |
fix client scons
Diffstat (limited to 'distsrc')
-rw-r--r-- | distsrc/client/SConstruct | 2 |
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(","): |