Skip to content

Commit

Permalink
Fix target_ios typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrgani authored and not-fl3 committed Sep 8, 2024
1 parent ca8d634 commit bccef37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bccef37

Please sign in to comment.