From bccef37577823d97ef4fd85d6b77ebaece9d9460 Mon Sep 17 00:00:00 2001 From: cyrgani <85427285+cyrgani@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:32:00 +0200 Subject: [PATCH] Fix `target_ios` typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1466574e..2a5085e5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -309,7 +309,7 @@ pub mod window { let d = native_display().lock().unwrap(); d.view } - #[cfg(target_ios = "ios")] + #[cfg(target_os = "ios")] pub fn apple_view_ctrl() -> crate::native::apple::frameworks::ObjcId { let d = native_display().lock().unwrap(); d.view_ctrl