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 a44a88d commit 7e2fec6Copy full SHA for 7e2fec6
src/lib.rs
@@ -304,6 +304,7 @@ impl Build {
304
"wasm32-wasi" => "gcc",
305
"aarch64-apple-ios" => "ios64-cross",
306
"x86_64-apple-ios" => "iossimulator-xcrun",
307
+ "aarch64-apple-ios-sim" => "iossimulator-xcrun",
308
_ => panic!("don't know how to configure OpenSSL for {}", target),
309
};
310
0 commit comments