Thanks to visit codestin.com Credit goes to github.com
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 41601a8 + c874789 commit 183375fCopy full SHA for 183375f
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