Skip to content

Commit 8f730e4

Browse files
authored
Merge pull request #915 from DianQK/linux-ohos-libcxx
2 parents 802399f + 34d4ce4 commit 8f730e4

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
@@ -2835,6 +2835,7 @@ impl Build {
28352835
| target.contains("freebsd")
28362836
| target.contains("openbsd")
28372837
| target.contains("aix")
2838+
| target.contains("linux-ohos")
28382839
{
28392840
Ok(Some("c++".to_string()))
28402841
} else if target.contains("android") {

0 commit comments

Comments
 (0)