We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26b58c commit d9ba7a8Copy full SHA for d9ba7a8
src/lib.rs
@@ -1567,8 +1567,7 @@ impl Build {
1567
// Target flags
1568
match cmd.family {
1569
ToolFamily::Clang => {
1570
- if !(target.contains("android") && cmd.has_internal_target_arg)
1571
- {
+ if !(target.contains("android") && cmd.has_internal_target_arg) {
1572
if target.contains("darwin") {
1573
if let Some(arch) =
1574
map_darwin_target_from_rust_to_compiler_architecture(target)
0 commit comments