summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-10-21 18:03:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-22 00:55:19 +0000
commit298d4d6bbb9980b74bded06241067fe6771bef68 (patch)
treecb2d8dc47e9e2b1d1a3966575d2357d810006ec9 /src/mongo/s/client
parent54037fb0d168ff8a5188f100c94e36137861a1d9 (diff)
downloadmongo-298d4d6bbb9980b74bded06241067fe6771bef68.tar.gz
SERVER-38289 Teach objects builders how to build idl files.
Diffstat (limited to 'src/mongo/s/client')
-rw-r--r--src/mongo/s/client/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/SConscript b/src/mongo/s/client/SConscript
index 765dedcc15c..71ebe87178f 100644
--- a/src/mongo/s/client/SConscript
+++ b/src/mongo/s/client/SConscript
@@ -9,7 +9,7 @@ env.Library(
source=[
'shard_remote.cpp',
'num_hosts_targeted_metrics.cpp',
- env.Idlc('shard_remote.idl')[0],
+ 'shard_remote.idl',
],
LIBDEPS=[
'$BUILD_DIR/mongo/client/fetcher',