Skip to content

Commit fe7e2ce

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/lib.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -1800,13 +1800,7 @@ impl Build {
18001800
cmd.args(self.asm_flags.iter().map(std::ops::Deref::deref));
18011801
}
18021802

1803-
if compiler.supports_path_delimiter()
1804-
&& !is_assembler_msvc
1805-
&& matches!(
1806-
compiler.family,
1807-
ToolFamily::Clang { zig_cc: false } | ToolFamily::Msvc { clang_cl: true }
1808-
)
1809-
{
1803+
if compiler.supports_path_delimiter() && !is_assembler_msvc {
18101804
// #513: For `clang-cl`, separate flags/options from the input file.
18111805
// When cross-compiling macOS -> Windows, this avoids interpreting
18121806
// common `/Users/...` paths as the `/U` flag and triggering

0 commit comments

Comments
 (0)