diff options
author | Andy Schwerin <schwerin@10gen.com> | 2012-07-05 14:49:43 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2012-07-05 15:07:37 -0400 |
commit | 83418bb235520d8e2d2ee5bd2083a58aadc5eca7 (patch) | |
tree | 3ac045eeb92a924ce4d8ecb38a48f26ab54a3a9d /distsrc | |
parent | 83551169374ded2a86838c6b72c8415adb76b1a4 (diff) | |
download | mongo-83418bb235520d8e2d2ee5bd2083a58aadc5eca7.tar.gz |
SERVER-6158: Link against an explicit instance of the mongoclient library.
This makes sure we're building and testing against the version of the library
that we expect.
Diffstat (limited to 'distsrc')
-rwxr-xr-x | distsrc/client/SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct index 75726ce560e..d3738147c37 100755 --- a/distsrc/client/SConstruct +++ b/distsrc/client/SConstruct @@ -77,7 +77,6 @@ conf.Finish() clientEnv = env.Clone() clientEnv['CPPDEFINES'].remove('MONGO_EXPOSE_MACROS') -clientEnv.Prepend(LIBS=['mongoclient'], LIBPATH=['.']) Export("env clientEnv") env.SConscript('src/SConscript.client', variant_dir='$BUILD_DIR', duplicate=False) |