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 575b255 commit 6102d29Copy full SHA for 6102d29
library/unwind/src/lib.rs
@@ -49,7 +49,7 @@ cfg_if::cfg_if! {
49
#[link(name = "unwind", cfg(not(target_feature = "crt-static")))]
50
extern "C" {}
51
} else {
52
- #[link(name = "unwind", kind = "static", modifiers = "-bundle", cfg(target_feature = "crt-static"))]
+ #[link(name = "gcc_eh", kind = "static", modifiers = "-bundle", cfg(target_feature = "crt-static"))]
53
#[link(name = "gcc_s", cfg(not(target_feature = "crt-static")))]
54
55
}
0 commit comments