diff options
| author | bors <bors@rust-lang.org> | 2019-12-08 16:34:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-12-08 16:34:38 +0000 |
| commit | db7ca254ea6740d15ca37be25822265357f7abcc (patch) | |
| tree | 63f8d7e26229351c45200f7283a7977028ff13cc /src | |
| parent | 4abb0ad2731e9ac6fd5d64d4cf15b7c82e4b5a81 (diff) | |
| parent | c874789613302d87b7b2667dead94c6e9540a877 (diff) | |
| download | rust-db7ca254ea6740d15ca37be25822265357f7abcc.tar.gz rust-db7ca254ea6740d15ca37be25822265357f7abcc.zip | |
Auto merge of #66730 - hermitcore:master, r=alexcrichton
remove dependency from libhermit The build process of the unikernel HermitCore is redesigned and doesn't longer depend on libhermit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/build.rs b/src/libstd/build.rs index 1f839f16532..8db7bc12cd3 100644 --- a/src/libstd/build.rs +++ b/src/libstd/build.rs @@ -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"); } } |
