Skip to content

Commit

Permalink
Fix compilation on macOS using clang and fix zig-cc
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Jan 12, 2025
1 parent a8c9dc0 commit c34e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ impl Tool {
pub(crate) fn supports_path_delimiter(&self) -> bool {
matches!(
self.family,
ToolFamily::Clang { .. } | ToolFamily::Msvc { clang_cl: true }
ToolFamily::Msvc { clang_cl: true }
) && !self.cuda
}
}
Expand Down

0 comments on commit c34e0f9

Please sign in to comment.