diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-04-25 10:26:50 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-04-25 10:26:50 -0400 |
commit | 32afd00ca76f7358a9e52fb15b0c5a00bfc17cb0 (patch) | |
tree | 083399d776688bffeea953c0f6ac0b6a930dfa73 /distsrc | |
parent | d6997cbf795353e2edb2f62500a1853bfd9dc0eb (diff) | |
download | mongo-32afd00ca76f7358a9e52fb15b0c5a00bfc17cb0.tar.gz |
try to flix client build
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 41ac54277c8..be16ad3ec43 100644 --- a/distsrc/client/SConstruct +++ b/distsrc/client/SConstruct @@ -18,7 +18,7 @@ AddOption( "--prefix", help="installation root" ) -env = Environment( MSVS_ARCH=None , tools = ["default", "gch"], toolpath = '.' ) +env = Environment( MSVS_ARCH=None ) def addExtraLibs( s ): for x in s.split(","): |