diff --git a/src/lib.rs b/src/lib.rs index 844641a6..503c4718 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1802,10 +1802,7 @@ impl Build { if compiler.supports_path_delimiter() && !is_assembler_msvc - && matches!( - compiler.family, - ToolFamily::Clang { zig_cc: false } | ToolFamily::Msvc { clang_cl: true } - ) + && matches!(compiler.family, ToolFamily::Clang { zig_cc: false }) { // #513: For `clang-cl`, separate flags/options from the input file. // When cross-compiling macOS -> Windows, this avoids interpreting