Skip to content

Commit cd7543f

Browse files
authored
Rollup merge of rust-lang#95659 - anp:remove-link-print, r=tmandry
Rely on #[link] attribute for unwind on Fuchsia. Closes rust-lang#95575.
2 parents 33b0fba + 92246c0 commit cd7543f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: library/unwind/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ fn main() {
4040
// This is handled in the target spec with late_link_args_[static|dynamic]
4141
} else if target.contains("uwp-windows-gnu") {
4242
println!("cargo:rustc-link-lib=unwind");
43-
} else if target.contains("fuchsia") {
44-
println!("cargo:rustc-link-lib=unwind");
4543
} else if target.contains("haiku") {
4644
println!("cargo:rustc-link-lib=gcc_s");
4745
} else if target.contains("redox") {

0 commit comments

Comments
 (0)