Skip to content

Commit cc027f4

Browse files
committed
Revert "Update src/lib.rs"
This reverts commit a69d8bb.
1 parent 60669a9 commit cc027f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1802,10 +1802,7 @@ impl Build {
18021802

18031803
if compiler.supports_path_delimiter()
18041804
&& !is_assembler_msvc
1805-
&& matches!(
1806-
compiler.family,
1807-
ToolFamily::Clang { zig_cc: false } | ToolFamily::Msvc { clang_cl: true }
1808-
)
1805+
&& matches!(compiler.family, ToolFamily::Clang { zig_cc: false })
18091806
{
18101807
// #513: For `clang-cl`, separate flags/options from the input file.
18111808
// When cross-compiling macOS -> Windows, this avoids interpreting

0 commit comments

Comments
 (0)