summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct10
1 files changed, 2 insertions, 8 deletions
diff --git a/SConstruct b/SConstruct
index 4ed8cbce671..98c6bb6d0df 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3796,14 +3796,8 @@ if get_option('ninja') == 'true':
description="Generating $out",
deps="msvc",
)
-
- def get_idlc_command(env, node, action, targets, sources, executor=None):
- _, variables = env.NinjaGetShellCommand(node, action, targets, sources, executor=executor)
- variables["msvc_deps_prefix"] = "import file:"
- return "IDLC", variables
-
- env.NinjaRuleMapping("$IDLCCOM", get_idlc_command)
- env.NinjaRuleMapping(env["IDLCCOM"], get_idlc_command)
+ env.NinjaRuleMapping("$IDLCCOM", "IDLC")
+ env.NinjaRuleMapping(env["IDLCCOM"], "IDLC")
# We can create empty files for FAKELIB in Ninja because it
# does not care about content signatures. We have to