diff options
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") |