diff options
author | Andrew Morrow <acm@mongodb.com> | 2021-05-04 18:31:19 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-05 21:13:14 +0000 |
commit | 91ff6b0c39f3eedd5ce5caf86611fd8fdcdc9995 (patch) | |
tree | 69df3c889a18cbcd872b048947b5c556646accae /SConstruct | |
parent | 1b5794b6518b4dba6939c923389f5f1e1358ff8a (diff) | |
download | mongo-91ff6b0c39f3eedd5ce5caf86611fd8fdcdc9995.tar.gz |
SERVER-55833 Add a tool to implement forced includes
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index fb573d5513c..540b41ae0fe 100644 --- a/SConstruct +++ b/SConstruct @@ -2183,6 +2183,8 @@ def link_guard_libdeps_tag_expand(source, target, env, for_signature): env['LIBDEPS_TAG_EXPANSIONS'].append(link_guard_libdeps_tag_expand) +env.Tool('forceincludes') + # ---- other build setup ----- if debugBuild: env.SetConfigHeaderDefine("MONGO_CONFIG_DEBUG_BUILD") |