Skip to content

Commit faef750

Browse files
Konstantin Gthomcc
Konstantin G
authored andcommitted
Support clang >13.1 for aarch64-apple-ios-macabi and x86_64-apple-ios-macabi targets
1 parent 11f5390 commit faef750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ impl Build {
15811581
map_darwin_target_from_rust_to_compiler_architecture(target)
15821582
{
15831583
cmd.args
1584-
.push(format!("--target={}-apple-ios13.0-macabi", arch).into());
1584+
.push(format!("--target={}-apple-ios-macabi", arch).into());
15851585
}
15861586
} else if target.contains("ios-sim") {
15871587
if let Some(arch) =

0 commit comments

Comments
 (0)