summaryrefslogtreecommitdiff
path: root/site_scons/libdeps_next.py
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-10-05 20:37:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-26 20:04:53 +0000
commit4e93e490d4de7c50871cfd80864817fe389ae718 (patch)
treec5ea20e20964a078f6c1d2a9f323b4016801bb20 /site_scons/libdeps_next.py
parent91d6d5340979267ccb3c4fe6f68a403e0cdc9c62 (diff)
downloadmongo-4e93e490d4de7c50871cfd80864817fe389ae718.tar.gz
SERVER-51194 Added build-tools next evergreen tasks
Diffstat (limited to 'site_scons/libdeps_next.py')
-rw-r--r--site_scons/libdeps_next.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/libdeps_next.py b/site_scons/libdeps_next.py
index 51a8376ab3c..5206eb83b8a 100644
--- a/site_scons/libdeps_next.py
+++ b/site_scons/libdeps_next.py
@@ -1099,7 +1099,7 @@ def setup_environment(env, emitting_shared=False, linting='on', sanitize_typeinf
)
env.Prepend(_LIBFLAGS="$_LIBDEPS_TAGS $_LIBDEPS $_SYSLIBDEPS ")
- env.Prepend(ARFLAGS="$_LIBDEPS_TAGS ")
+ env.Prepend(ARFLAGS="$_LIBDEPS_TAGS")
for builder_name in ("Program", "SharedLibrary", "LoadableModule", "SharedArchive"):
try:
update_scanner(env["BUILDERS"][builder_name])