summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index ffbf1280250..408693bf142 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4811,6 +4811,8 @@ if get_option('ninja') != 'disabled':
)
env.NinjaRegisterFunctionHandler("test_list_builder_action", ninja_test_list_builder)
+ env['NINJA_GENERATED_SOURCE_ALIAS_NAME'] = 'generated-sources'
+
if get_option('separate-debug') == "on" or env.TargetOSIs("windows"):