Skip to content

Commit 34d4ce4

Browse files
committed
Link against libc++ on *-linux-ohos
1 parent 802399f commit 34d4ce4

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)