mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
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.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user