diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2019-03-07 19:38:01 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2019-03-07 19:38:22 -0500 |
commit | 115285a443f5520cca9bda44425b86dc0d5acc2b (patch) | |
tree | f0213d61e972c0ad98882a1141a469551c620060 /site_scons | |
parent | 7f6279afcc08a84cd980ea193b9962eab0ae4f25 (diff) | |
download | mongo-115285a443f5520cca9bda44425b86dc0d5acc2b.tar.gz |
SERVER-40002 IDL inline dependencies
Diffstat (limited to 'site_scons')
-rwxr-xr-x | site_scons/site_tools/idl_tool.py | 1 |
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 |