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:
Stefan Lankes 2019-11-25 08:59:23 +01:00
parent b56b23988d
commit c874789613

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");
}
}