Skip to content

Commit

Permalink
remove dependency from libhermit
Browse files Browse the repository at this point in the history
The build process of the unikernel HermitCore is redesigned and
doesn't longer depend on libhermit.
  • Loading branch information
stlankes committed Nov 25, 2019
1 parent b56b239 commit c874789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libstd/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

0 comments on commit c874789

Please sign in to comment.