Skip to content

Fix Ninja command concatenation on Windows

Put commands that contain "||" into brackets to avoid early abort of execution by cmd.exe because "||" has higher precedence than "&&" in cmd.exe.

This fixes #16850 (closed).

Merge request reports