summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
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/scripting
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/scripting')
-rw-r--r--src/mongo/scripting/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/scripting/SConscript b/src/mongo/scripting/SConscript
index 9c938d7e1ab..a21b49ae298 100644
--- a/src/mongo/scripting/SConscript
+++ b/src/mongo/scripting/SConscript
@@ -114,15 +114,15 @@ if usemozjs:
env.Idlc('mozjs/scripting_util.idl')[0],
],
LIBDEPS=[
+ '$BUILD_DIR/mongo/db/service_context',
+ '$BUILD_DIR/mongo/shell/mongojs',
'bson_template_evaluator',
'scripting_common',
- '$BUILD_DIR/mongo/shell/mongojs',
- '$BUILD_DIR/mongo/db/service_context',
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/client/clientdriver_network',
- '$BUILD_DIR/third_party/shim_mozjs',
'$BUILD_DIR/mongo/idl/server_parameter',
+ '$BUILD_DIR/third_party/shim_mozjs',
],
)
else: