We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zlib
1 parent 866710c commit 14dd4e9Copy full SHA for 14dd4e9
compiler/rustc_llvm/build.rs
@@ -251,7 +251,8 @@ fn main() {
251
} else if target.contains("windows-gnu") {
252
println!("cargo:rustc-link-lib=shell32");
253
println!("cargo:rustc-link-lib=uuid");
254
- } else if target.contains("haiku") || target.contains("darwin") {
+ } else if target.contains("haiku") || target.contains("darwin") || target.contains("dragonfly")
255
+ {
256
println!("cargo:rustc-link-lib=z");
257
} else if target.contains("netbsd") {
258
0 commit comments