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.
This commit is contained in:
bors 2019-12-08 16:34:38 +00:00
commit db7ca254ea
1 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,5 @@ fn main() {
}
println!("cargo:rustc-link-lib=c");
println!("cargo:rustc-link-lib=compiler_rt");
} else if target.contains("hermit") {
println!("cargo:rustc-link-lib=hermit");
}
}