Skip to content

Commit

Permalink
Link against libc++ on AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Luo committed Mar 23, 2023
1 parent 1c771fe commit 3a7977e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_llvm/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ fn main() {
} else if target.contains("darwin")
|| target.contains("freebsd")
|| target.contains("windows-gnullvm")
|| target.contains("aix")
{
"c++"
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {
Expand Down

0 comments on commit 3a7977e

Please sign in to comment.