Skip to content

Commit

Permalink
feat: support openharmony platform which is tier2 stage (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu authored May 13, 2024
1 parent ed9d021 commit a3d94a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ impl Build {
"aarch64-apple-ios" => "ios64-cross",
"x86_64-apple-ios" => "iossimulator-xcrun",
"aarch64-apple-ios-sim" => "iossimulator-xcrun",
"aarch64-unknown-linux-ohos" => "linux-aarch64",
"armv7-unknown-linux-ohos" => "linux-generic32",
"x86_64-unknown-linux-ohos" => "linux-x86_64",
_ => panic!("don't know how to configure OpenSSL for {}", target),
};

Expand Down

0 comments on commit a3d94a4

Please sign in to comment.