Skip to content

Commit 01059b9

Browse files
committed
Match libunwind's EABI selection with libpanic_unwind
1 parent cfba0d4 commit 01059b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libunwind/libunwind.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ extern "C" {
9393
}
9494

9595
cfg_if! {
96-
if #[cfg(not(any(all(target_os = "android", target_arch = "arm"),
97-
all(target_os = "linux", target_arch = "arm"))))] {
96+
if #[cfg(all(any(target_os = "ios", not(target_arch = "arm"))))] {
9897
// Not ARM EHABI
9998
#[repr(C)]
10099
#[derive(Copy, Clone, PartialEq)]

0 commit comments

Comments
 (0)