Skip to content

Commit

Permalink
Revert "Update src/lib.rs"
Browse files Browse the repository at this point in the history
This reverts commit a69d8bb.
  • Loading branch information
phoepsilonix committed Jan 12, 2025
1 parent 60669a9 commit cc027f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc027f4

Please sign in to comment.