We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e50fc commit 92246c0Copy full SHA for 92246c0
library/unwind/build.rs
@@ -40,8 +40,6 @@ fn main() {
40
// This is handled in the target spec with late_link_args_[static|dynamic]
41
} else if target.contains("uwp-windows-gnu") {
42
println!("cargo:rustc-link-lib=unwind");
43
- } else if target.contains("fuchsia") {
44
- println!("cargo:rustc-link-lib=unwind");
45
} else if target.contains("haiku") {
46
println!("cargo:rustc-link-lib=gcc_s");
47
} else if target.contains("redox") {
0 commit comments