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:
commit
db7ca254ea
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user