We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60669a9 commit cc027f4Copy full SHA for cc027f4
src/lib.rs
@@ -1802,10 +1802,7 @@ impl Build {
1802
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
- )
+ && matches!(compiler.family, ToolFamily::Clang { zig_cc: false })
1809
{
1810
// #513: For `clang-cl`, separate flags/options from the input file.
1811
// When cross-compiling macOS -> Windows, this avoids interpreting
0 commit comments