build.plat: hide executed commands in quiet builds on Windows.
This commit is contained in:
parent
1d3e9c8331
commit
63c4123f6e
|
@ -188,6 +188,7 @@ class TemplatedPlatform(Platform):
|
|||
""",
|
||||
"build_{{name}}.bat": """
|
||||
@rem {{autogenerated}}
|
||||
{{quiet("@echo off")}}
|
||||
{{emit_commands("bat")}}
|
||||
""",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue