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
Centril authored Dec 7, 2019
2 parents 7aed4c5 + c874789 commit a89ab53
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 a89ab53

Please sign in to comment.