Skip to content

Commit

Permalink
added back x86_64 a sim
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEverson committed Feb 14, 2024
1 parent 0582155 commit f3b1afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,7 @@ impl Build {
.into(),
);
}
} else if target.contains("tvos-sim") {
} else if target.contains("tvos-sim") || target.contains("x86_64-apple-tvos") {
if let Some(arch) =
map_darwin_target_from_rust_to_compiler_architecture(target)
{
Expand Down

0 comments on commit f3b1afd

Please sign in to comment.