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 cfba0d4 commit 01059b9Copy full SHA for 01059b9
src/libunwind/libunwind.rs
@@ -93,8 +93,7 @@ extern "C" {
93
}
94
95
cfg_if! {
96
-if #[cfg(not(any(all(target_os = "android", target_arch = "arm"),
97
- all(target_os = "linux", target_arch = "arm"))))] {
+if #[cfg(all(any(target_os = "ios", not(target_arch = "arm"))))] {
98
// Not ARM EHABI
99
#[repr(C)]
100
#[derive(Copy, Clone, PartialEq)]
0 commit comments