Skip to content

Commit

Permalink
Merge pull request #915 from DianQK/linux-ohos-libcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Jan 4, 2024
2 parents 802399f + 34d4ce4 commit 8f730e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2835,6 +2835,7 @@ impl Build {
| target.contains("freebsd")
| target.contains("openbsd")
| target.contains("aix")
| target.contains("linux-ohos")
{
Ok(Some("c++".to_string()))
} else if target.contains("android") {
Expand Down

0 comments on commit 8f730e4

Please sign in to comment.