Link against libc++ on AIX

This commit is contained in:
Kai Luo 2023-03-23 16:33:54 +08:00
parent 1c771fec33
commit 3a7977e3ca

View File

@ -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() {