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 82f40c4 commit 800307cCopy full SHA for 800307c
src/libunwind/build.rs
@@ -43,8 +43,6 @@ fn main() {
43
println!("cargo:rustc-link-lib=gcc_s");
44
} else if target.contains("redox") {
45
// redox is handled in lib.rs
46
- } else if target.contains("hermit") {
47
- //println!("cargo:rustc-link-lib=unwind");
48
} else if target.contains("cloudabi") {
49
println!("cargo:rustc-link-lib=unwind");
50
}
0 commit comments