summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-08-15 23:39:36 -0400
committerEliot Horowitz <eliot@10gen.com>2009-08-15 23:39:36 -0400
commitbf34e9dec63cc4c218e76c6368864ed671d41e97 (patch)
tree31585f16d462015d4d0b55b6ba2bebf99bf6388a /SConstruct
parente11d9c7efb131373c50ebd9c036ac492c0b55bea (diff)
downloadmongo-bf34e9dec63cc4c218e76c6368864ed671d41e97.tar.gz
look local dir for libs first SERVER-238
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 99c15f55d6d..ca214616fd8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -872,7 +872,7 @@ elif not onlyServer:
shellEnv.VariantDir( "32bit" , "." )
else:
- shellEnv.Append( LIBPATH=[ "." ] )
+ shellEnv.Prepend( LIBPATH=[ "." ] )
shellEnv = doConfigure( shellEnv , needPcre=False , needJava=False , shell=True )