We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7b6dc commit 312e9ceCopy full SHA for 312e9ce
src/libunwind/build.rs
@@ -33,6 +33,8 @@ fn main() {
33
} else if target.contains("windows-gnu") {
34
println!("cargo:rustc-link-lib=static-nobundle=gcc_eh");
35
println!("cargo:rustc-link-lib=static-nobundle=pthread");
36
+ } else if target.contains("uwp") {
37
+ println!("cargo:rustc-link-lib=unwind");
38
} else if target.contains("fuchsia") {
39
println!("cargo:rustc-link-lib=unwind");
40
} else if target.contains("haiku") {
0 commit comments