diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2020-08-27 06:03:22 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-27 06:21:15 +0000 |
commit | ad84ed6435d49b86bd6f97c530131c094cc6122c (patch) | |
tree | 87d53b749d4d4cac08d424065fd6037bbeee87be /src/mongo/SConscript | |
parent | ed3073ed0ae632bdb0e40fcdbd1d41dd84ec40aa (diff) | |
download | mongo-ad84ed6435d49b86bd6f97c530131c094cc6122c.tar.gz |
SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list to be alphabetical
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index d73363814b1..b9027f0ded0 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -260,8 +260,8 @@ baseEnv.Library( '$BUILD_DIR/third_party/shim_intel_decimal128', '$BUILD_DIR/third_party/shim_pcrecpp', '$BUILD_DIR/third_party/shim_unwind' if use_libunwind else [], - 'util/boost_assert_shim', 'stdx/stdx', + 'util/boost_assert_shim', ], AIB_COMPONENT='platform', ) |