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 ed9d021 commit a3d94a4Copy full SHA for a3d94a4
src/lib.rs
@@ -370,6 +370,9 @@ impl Build {
370
"aarch64-apple-ios" => "ios64-cross",
371
"x86_64-apple-ios" => "iossimulator-xcrun",
372
"aarch64-apple-ios-sim" => "iossimulator-xcrun",
373
+ "aarch64-unknown-linux-ohos" => "linux-aarch64",
374
+ "armv7-unknown-linux-ohos" => "linux-generic32",
375
+ "x86_64-unknown-linux-ohos" => "linux-x86_64",
376
_ => panic!("don't know how to configure OpenSSL for {}", target),
377
};
378
0 commit comments