We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b88324 commit 400dec0Copy full SHA for 400dec0
src/librustc_llvm/build.rs
@@ -243,6 +243,8 @@ fn main() {
243
"c++"
244
} else if target.contains("freebsd") {
245
246
+ } else if target.contains("darwin") {
247
+ "c++"
248
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {
249
// NetBSD uses a separate library when relocation is required
250
"stdc++_pic"
0 commit comments