summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2018-11-09 00:55:03 +0000
committerSara Golemon <sara.golemon@mongodb.com>2018-11-27 04:22:30 +0000
commit93a75530af2986b636f0d8408e365ded8b7904b1 (patch)
tree886e32ca790f7dbcc8f563d89be120c40e099598 /src/mongo/SConscript
parent322fcf0ee10ea6e27360cf6699e9ff98fb907ef6 (diff)
downloadmongo-93a75530af2986b636f0d8408e365ded8b7904b1.tar.gz
SERVER-38238 Convert shell options to IDL
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index df859b27630..d2c958e02a2 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -533,6 +533,7 @@ if not has_option('noshell') and usemozjs:
"shell/dbshell.cpp",
"shell/mongodbcr.cpp",
"shell/shell_options_init.cpp",
+ env.Idlc('shell/shell_options.idl')[0],
] + env.WindowsResourceFile("shell/shell.rc"),
LIBDEPS=[
"$BUILD_DIR/third_party/shim_pcrecpp",