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 668facd commit 278a606Copy full SHA for 278a606
src/lib.rs
@@ -2697,7 +2697,7 @@ impl Build {
2697
let arch = if is_mac {
2698
match arch_str {
2699
"i686" => AppleArchSpec::Device("-m32"),
2700
- "x86_64" | "x86_64h" | "aarch64" => AppleArchSpec::Device("-m64"),
+ "x86_64" | "x86_64h" | "aarch64" | "arm64e" => AppleArchSpec::Device("-m64"),
2701
_ => {
2702
return Err(Error::new(
2703
ErrorKind::ArchitectureInvalid,
0 commit comments