Skip to content

Commit 92246c0

Browse files
committed
Rely on #[link] attribute for unwind on Fuchsia.
Closes #95575.
1 parent 60e50fc commit 92246c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)