summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-08-09 02:32:44 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-09 08:34:04 +0000
commitfc3674c2297367e84e8cbf977e1d6b7f024838ae (patch)
treedf97189c87ee4bc7ac4a95d3e2ee130c6df34748 /SConstruct
parent38d4d528a80e8941f92c93e6e1a5a9203497cf1e (diff)
downloadmongo-fc3674c2297367e84e8cbf977e1d6b7f024838ae.tar.gz
SERVER-67058 Create libdeps metrics
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f0f78eaa6f8..10aee4abbdd 100755
--- a/SConstruct
+++ b/SConstruct
@@ -2259,7 +2259,7 @@ if env['_LIBDEPS'] == '$_LIBDEPS_OBJS':
env["BUILDERS"]["StaticLibrary"].action = SCons.Action.Action(
write_uuid_to_file, "Generating placeholder library $TARGET")
-import libdeps
+import libdeps_tool as libdeps
libdeps.setup_environment(
env,