We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db0a0e commit 41e2a53Copy full SHA for 41e2a53
library/unwind/build.rs
@@ -17,6 +17,9 @@ fn main() {
17
} else {
18
println!("cargo:rustc-link-lib=gcc");
19
}
20
+
21
+ // Android's unwinding library depends on dl_iterate_phdr in `libdl`.
22
+ println!("cargo:rustc-link-lib=dl");
23
} else if target.contains("freebsd") {
24
println!("cargo:rustc-link-lib=gcc_s");
25
} else if target.contains("netbsd") {
0 commit comments