MCPcopy Create free account
hub / github.com/nodejs/node / fixup_host_exe

Function fixup_host_exe

tools/gyp/pylib/gyp/generator/msvs.py:3898–3901  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

3896 for action in actions:
3897
3898 def fixup_host_exe(i):
3899 if "$(OutDir)" in i:
3900 i = i.replace(".exe", "_host.exe")
3901 return i
3902
3903 if generator_supports_multiple_toolsets:
3904 action["inputs"] = [fixup_host_exe(i) for i in action["inputs"]]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected