diff options
-rw-r--r-- | SConstruct | 2 |
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 ) |