summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/site_tools/mongo_benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/site_scons/site_tools/mongo_benchmark.py b/site_scons/site_tools/mongo_benchmark.py
index bd3c09f9f3c..8470a9bfdbf 100644
--- a/site_scons/site_tools/mongo_benchmark.py
+++ b/site_scons/site_tools/mongo_benchmark.py
@@ -28,6 +28,7 @@ def build_benchmark(env, target, source, **kwargs):
bmEnv.Append(LIBS=["ShLwApi.lib"])
libdeps = kwargs.get('LIBDEPS', [])
+ libdeps.append('$BUILD_DIR/mongo/unittest/benchmark_main')
libdeps.append('$BUILD_DIR/third_party/shim_benchmark')
kwargs['LIBDEPS'] = libdeps