We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50bcf3 commit f0ec906Copy full SHA for f0ec906
src/libunwind/build.rs
@@ -16,7 +16,7 @@ fn main() {
16
let target = env::var("TARGET").unwrap();
17
18
if target.contains("linux") {
19
- if target.contains("musl") && (target.contains("x86_64") || target.contains("i686")) {
+ if target.contains("musl") && !target.contains("mips") {
20
println!("cargo:rustc-link-lib=static=unwind");
21
} else if !target.contains("android") {
22
println!("cargo:rustc-link-lib=gcc_s");
0 commit comments