Skip to content

Commit c1bf1c8

Browse files
author
Kai Luo
committed
Link against libc++ on AIX
1 parent 2db18d2 commit c1bf1c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,8 @@ impl Build {
26802680
Ok(Some("c++".to_string()))
26812681
} else if target.contains("openbsd") {
26822682
Ok(Some("c++".to_string()))
2683+
} else if target.contains("aix") {
2684+
Ok(Some("c++".to_string()))
26832685
} else if target.contains("android") {
26842686
Ok(Some("c++_shared".to_string()))
26852687
} else {

0 commit comments

Comments
 (0)