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:
parent
b56b23988d
commit
c874789613
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue