Skip to content

Commit db7ca25

Browse files
committed
Auto merge of #66730 - hermitcore:master, r=alexcrichton
remove dependency from libhermit The build process of the unikernel HermitCore is redesigned and doesn't longer depend on libhermit.
2 parents 4abb0ad + c874789 commit db7ca25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,5 @@ fn main() {
5454
}
5555
println!("cargo:rustc-link-lib=c");
5656
println!("cargo:rustc-link-lib=compiler_rt");
57-
} else if target.contains("hermit") {
58-
println!("cargo:rustc-link-lib=hermit");
5957
}
6058
}

0 commit comments

Comments
 (0)