Skip to content

Commit

Permalink
Do not use -- for cuda
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Jan 6, 2025
1 parent 2161803 commit 5d5956d
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 @@ -426,7 +426,7 @@ impl Tool {
matches!(
self.family,
ToolFamily::Clang { .. } | ToolFamily::Msvc { clang_cl: true }
)
) && !self.cuda
}
}

Expand Down

0 comments on commit 5d5956d

Please sign in to comment.