Link against libc++ on AIX
This commit is contained in:
parent
1c771fec33
commit
3a7977e3ca
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ fn main() {
|
||||||
} else if target.contains("darwin")
|
} else if target.contains("darwin")
|
||||||
|| target.contains("freebsd")
|
|| target.contains("freebsd")
|
||||||
|| target.contains("windows-gnullvm")
|
|| target.contains("windows-gnullvm")
|
||||||
|
|| target.contains("aix")
|
||||||
{
|
{
|
||||||
"c++"
|
"c++"
|
||||||
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {
|
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue