Skip to content

Commit a3d94a4

Browse files
authored
feat: support openharmony platform which is tier2 stage (#240)
1 parent ed9d021 commit a3d94a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@ impl Build {
370370
"aarch64-apple-ios" => "ios64-cross",
371371
"x86_64-apple-ios" => "iossimulator-xcrun",
372372
"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",
373376
_ => panic!("don't know how to configure OpenSSL for {}", target),
374377
};
375378

0 commit comments

Comments
 (0)