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 b5a6182 commit e0ccb7bCopy full SHA for e0ccb7b
src/lib.rs
@@ -299,6 +299,7 @@ impl Build {
299
"wasm32-wasi" => "gcc",
300
"aarch64-apple-ios" => "ios64-cross",
301
"x86_64-apple-ios" => "iossimulator-xcrun",
302
+ "aarch64-apple-ios-sim" => "iossimulator-xcrun",
303
_ => panic!("don't know how to configure OpenSSL for {}", target),
304
};
305
0 commit comments