Skip to content

Ninja: Restore slash style for MinGW tools when extra languages are enabled

Brad King requested to merge brad.king/cmake:mingw-slashes into master

Since !8346 (merged), we accidentally "unrecognize" MinGW tools on Windows if a language other than C or CXX is enabled. This causes the wrong slash style to be generated in paths in build.ninja.

Fixes: #24642 (closed)
Backport: release

Merge request reports