diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-03-17 15:30:39 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-03-17 15:30:39 -0400 |
commit | 550850e719624dd1aae6a8a41c61970795ab8359 (patch) | |
tree | 7589ab2752c8478156914ae181da20ea18e191bb /distsrc | |
parent | 2c0e128f7f3ee60a614bfa7afb502a76968e838c (diff) | |
download | mongo-550850e719624dd1aae6a8a41c61970795ab8359.tar.gz |
windows
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 db5693241ae..41ac54277c8 100644 --- a/distsrc/client/SConstruct +++ b/distsrc/client/SConstruct @@ -18,7 +18,7 @@ AddOption( "--prefix", help="installation root" ) -env = Environment( MSVS_ARCH=msarch , tools = ["default", "gch"], toolpath = '.' ) +env = Environment( MSVS_ARCH=None , tools = ["default", "gch"], toolpath = '.' ) def addExtraLibs( s ): for x in s.split(","): |