summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-08-27 06:03:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-27 06:21:15 +0000
commitad84ed6435d49b86bd6f97c530131c094cc6122c (patch)
tree87d53b749d4d4cac08d424065fd6037bbeee87be /src/mongo/SConscript
parented3073ed0ae632bdb0e40fcdbd1d41dd84ec40aa (diff)
downloadmongo-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/SConscript2
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',
)