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.
2 parents 05e8fd4 + c874789 commit 11dd7e8Copy full SHA for 11dd7e8
src/libstd/build.rs
@@ -54,7 +54,5 @@ fn main() {
54
}
55
println!("cargo:rustc-link-lib=c");
56
println!("cargo:rustc-link-lib=compiler_rt");
57
- } else if target.contains("hermit") {
58
- println!("cargo:rustc-link-lib=hermit");
59
60
0 commit comments