Skip to content

Commit e0ccb7b

Browse files
Added build target for aarch64-apple-ios-sim (alexcrichton#175)
Signed-off-by: blu3beri <blu3beri@proton.me> Signed-off-by: blu3beri <blu3beri@proton.me>
1 parent b5a6182 commit e0ccb7b

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
@@ -299,6 +299,7 @@ impl Build {
299299
"wasm32-wasi" => "gcc",
300300
"aarch64-apple-ios" => "ios64-cross",
301301
"x86_64-apple-ios" => "iossimulator-xcrun",
302+
"aarch64-apple-ios-sim" => "iossimulator-xcrun",
302303
_ => panic!("don't know how to configure OpenSSL for {}", target),
303304
};
304305

0 commit comments

Comments
 (0)