summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-27 17:37:59 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-27 17:37:59 -0400
commitc0ab52d5972d157aee93b883ab5071f2cd62a333 (patch)
tree5c9423549bd155d3a5baccde2d62708f13bd85b1
parent5c51afc737b3d8d4ed91a99b764f35528497cb7e (diff)
downloadmongo-c0ab52d5972d157aee93b883ab5071f2cd62a333.tar.gz
put mongoclient first in build line MINOR
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index dc1ab08c96d..112f141caab 100644
--- a/SConstruct
+++ b/SConstruct
@@ -774,7 +774,7 @@ elif not onlyServer:
if weird:
mongo = shellEnv.Program( "mongo" , shell32BitFiles )
else:
- shellEnv.Append( LIBS=[ "mongoclient"] )
+ shellEnv.Prepend( LIBS=[ "mongoclient"] )
mongo = shellEnv.Program( "mongo" , coreShellFiles )