diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2020-10-21 18:03:41 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-10-22 00:55:19 +0000 |
commit | 298d4d6bbb9980b74bded06241067fe6771bef68 (patch) | |
tree | cb2d8dc47e9e2b1d1a3966575d2357d810006ec9 /src/mongo/tools/SConscript | |
parent | 54037fb0d168ff8a5188f100c94e36137861a1d9 (diff) | |
download | mongo-298d4d6bbb9980b74bded06241067fe6771bef68.tar.gz |
SERVER-38289 Teach objects builders how to build idl files.
Diffstat (limited to 'src/mongo/tools/SConscript')
-rw-r--r-- | src/mongo/tools/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript index 840000a4217..af952f2df16 100644 --- a/src/mongo/tools/SConscript +++ b/src/mongo/tools/SConscript @@ -14,7 +14,7 @@ mongobridge = env.Program( "bridge.cpp", "bridge_commands.cpp", "mongobridge_options.cpp", - env.Idlc("mongobridge_options.idl")[0], + "mongobridge_options.idl", "mongobridge_options_init.cpp" ], LIBDEPS=[ |