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

Skip to content

Commit 68fb5b2

Browse files
authored
add aarch64-apple-ios target support
1 parent aff25e7 commit 68fb5b2

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
@@ -181,6 +181,7 @@ impl Build {
181181
"x86_64-unknown-netbsd" => "BSD-x86_64",
182182
"wasm32-unknown-emscripten" => "gcc",
183183
"wasm32-unknown-unknown" => "gcc",
184+
"aarch64-apple-ios" => "ios64-cross",
184185
_ => panic!("don't know how to configure OpenSSL for {}", target),
185186
};
186187

0 commit comments

Comments
 (0)