diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-08-15 23:39:36 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-08-15 23:39:36 -0400 |
commit | bf34e9dec63cc4c218e76c6368864ed671d41e97 (patch) | |
tree | 31585f16d462015d4d0b55b6ba2bebf99bf6388a /SConstruct | |
parent | e11d9c7efb131373c50ebd9c036ac492c0b55bea (diff) | |
download | mongo-bf34e9dec63cc4c218e76c6368864ed671d41e97.tar.gz |
look local dir for libs first SERVER-238
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
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 ) |