summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2019-03-07 19:38:01 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2019-03-07 19:38:22 -0500
commit115285a443f5520cca9bda44425b86dc0d5acc2b (patch)
treef0213d61e972c0ad98882a1141a469551c620060 /site_scons
parent7f6279afcc08a84cd980ea193b9962eab0ae4f25 (diff)
downloadmongo-115285a443f5520cca9bda44425b86dc0d5acc2b.tar.gz
SERVER-40002 IDL inline dependencies
Diffstat (limited to 'site_scons')
-rwxr-xr-xsite_scons/site_tools/idl_tool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/site_scons/site_tools/idl_tool.py b/site_scons/site_tools/idl_tool.py
index 02d4201ecc7..c7f64293f5d 100755
--- a/site_scons/site_tools/idl_tool.py
+++ b/site_scons/site_tools/idl_tool.py
@@ -83,6 +83,7 @@ def generate(env):
env['IDLCCOM'] = '$IDLC --include src --base_dir %s --target_arch $TARGET_ARCH --header ${TARGETS[1]} --output ${TARGETS[0]} $SOURCES ' % (base_dir)
env['IDLCSUFFIX'] = '.idl'
+ env['IDL_HAS_INLINE_DEPENDENCIES'] = True
def exists(env):
return True