Skip to content

Commit 3a7977e

Browse files
author
Kai Luo
committed
Link against libc++ on AIX
1 parent 1c771fe commit 3a7977e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_llvm/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ fn main() {
333333
} else if target.contains("darwin")
334334
|| target.contains("freebsd")
335335
|| target.contains("windows-gnullvm")
336+
|| target.contains("aix")
336337
{
337338
"c++"
338339
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {

0 commit comments

Comments
 (0)