diff options
| author | Daniel Moody <daniel.moody@mongodb.com> | 2021-10-06 12:27:25 -0500 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-18 18:33:03 +0000 |
| commit | 6b406da5f066f6c69478f7934cdb83c0fa5ca7cd (patch) | |
| tree | ba6ae5250af3c5d198a91c4f78674123b794505e | |
| parent | 438be46f68c838ebeb801cf746cf10e2e263968a (diff) | |
SERVER-60263 switch dynamic-sdk link-model to use whole-archive for initializers
(cherry picked from commit 8aef619d2368bb802aa5f109bffbbb916c0aa357)
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 07dc5e427ab..28f4cbffe74 100644 --- a/SConstruct +++ b/SConstruct @@ -1948,7 +1948,7 @@ def init_no_global_libdeps_tag_emitter(target, source, env): line. """ - if link_model.startswith('dynamic'): + if link_model == 'dynamic': start_flag = env.get('LINK_AS_NEEDED_LIB_START', '') end_flag = env.get('LINK_AS_NEEDED_LIB_END', '') |
