Skip to content

Commit

Permalink
Rollup merge of rust-lang#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
JohnTitor committed Dec 5, 2019
2 parents 3844ecb + c874789 commit 3799a3f
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 3799a3f

Please sign in to comment.