Skip to content

Commit 30df9ba

Browse files
icotasimlay
authored andcommitted
Add aarch64-apple-ios-sim target (alexcrichton#131)
Apple iOS Simulator on ARM64
1 parent e66f5a1 commit 30df9ba

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
@@ -280,6 +280,7 @@ impl Build {
280280
"wasm32-wasi" => "gcc",
281281
"aarch64-apple-ios" => "ios64-cross",
282282
"x86_64-apple-ios" => "iossimulator-xcrun",
283+
"aarch64-apple-ios-sim" => "iossimulator-xcrun",
283284
_ => panic!("don't know how to configure OpenSSL for {}", target),
284285
};
285286

0 commit comments

Comments
 (0)