parent
60e50fc1cf
commit
92246c099e
@ -40,8 +40,6 @@ fn main() {
|
||||
// This is handled in the target spec with late_link_args_[static|dynamic]
|
||||
} else if target.contains("uwp-windows-gnu") {
|
||||
println!("cargo:rustc-link-lib=unwind");
|
||||
} else if target.contains("fuchsia") {
|
||||
println!("cargo:rustc-link-lib=unwind");
|
||||
} else if target.contains("haiku") {
|
||||
println!("cargo:rustc-link-lib=gcc_s");
|
||||
} else if target.contains("redox") {
|
||||
|
Loading…
Reference in New Issue
Block a user