Thanks to visit codestin.com Credit goes to github.com
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 aff25e7 commit 68fb5b2Copy full SHA for 68fb5b2
src/lib.rs
@@ -181,6 +181,7 @@ impl Build {
181
"x86_64-unknown-netbsd" => "BSD-x86_64",
182
"wasm32-unknown-emscripten" => "gcc",
183
"wasm32-unknown-unknown" => "gcc",
184
+ "aarch64-apple-ios" => "ios64-cross",
185
_ => panic!("don't know how to configure OpenSSL for {}", target),
186
};
187
0 commit comments