Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e2fec6

Browse files
authored
Add aarch64-apple-ios-sim target (alexcrichton#131)
Apple iOS Simulator on ARM64
1 parent a44a88d commit 7e2fec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ impl Build {
304304
"wasm32-wasi" => "gcc",
305305
"aarch64-apple-ios" => "ios64-cross",
306306
"x86_64-apple-ios" => "iossimulator-xcrun",
307+
"aarch64-apple-ios-sim" => "iossimulator-xcrun",
307308
_ => panic!("don't know how to configure OpenSSL for {}", target),
308309
};
309310

0 commit comments

Comments
 (0)