From cc027f43f5ad4ed7ef177acd0bf6a5cc31f654ec Mon Sep 17 00:00:00 2001 From: Masato TOYOSHIMA Date: Sun, 12 Jan 2025 14:33:00 +0900 Subject: [PATCH] Revert "Update src/lib.rs" This reverts commit a69d8bbd51417941cd92df68fb62ead8c213d1a9. --- src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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