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 3844ecb + c874789 commit 3799a3fCopy full SHA for 3799a3f
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