We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e5523c + 2a35615 commit 54d9f1bCopy full SHA for 54d9f1b
1 file changed
build.rs
@@ -94,6 +94,8 @@ fn build(sdk_path: Option<&str>, target: &str) {
94
// -arch arm64 but it looks cleaner to just change the target.
95
let target = if target == "aarch64-apple-ios" {
96
"arm64-apple-ios"
97
+ } else if target == "aarch64-apple-darwin" {
98
+ "arm64-apple-darwin"
99
} else {
100
target
101
};
0 commit comments