Skip to content

Commit

Permalink
Auto merge of #66730 - hermitcore:master, r=alexcrichton
Browse files Browse the repository at this point in the history
remove dependency from libhermit

The build process of the unikernel HermitCore is redesigned and doesn't longer depend on libhermit.
  • Loading branch information
bors committed Dec 8, 2019
2 parents 4abb0ad + c874789 commit db7ca25
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 db7ca25

Please sign in to comment.