summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-10-02 17:45:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-06 05:16:55 +0000
commitcaf4ff75d54dab2ed16d2a14d8f3a10cde1ccb6a (patch)
tree0b2617fa7529327dbc60467cab7463cc179657d8 /site_scons
parent78bb3f3c8a658a5a9fec8d55864e426382f68bd0 (diff)
downloadmongo-caf4ff75d54dab2ed16d2a14d8f3a10cde1ccb6a.tar.gz
SERVER-51318 Explicitly set pre/post libdeps flags to be set to nothing.
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/libdeps_next.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/site_scons/libdeps_next.py b/site_scons/libdeps_next.py
index caff3c1c4d1..c39a37ff25b 100644
--- a/site_scons/libdeps_next.py
+++ b/site_scons/libdeps_next.py
@@ -1010,6 +1010,7 @@ def setup_environment(env, emitting_shared=False, linting='on'):
)
env.Prepend(_LIBFLAGS="$_LIBDEPS_TAGS $_LIBDEPS $_SYSLIBDEPS ")
+ env.Prepend(ARFLAGS="$_LIBDEPS_TAGS ")
for builder_name in ("Program", "SharedLibrary", "LoadableModule", "SharedArchive"):
try:
update_scanner(env["BUILDERS"][builder_name])