Skip to content

Commit

Permalink
Fix apple tvos support
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Oct 3, 2023
1 parent 6e02a32 commit aab9d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/apple/mod.rs
Expand Up @@ -6131,7 +6131,7 @@ cfg_if! {
}
}
cfg_if! {
if #[cfg(any(target_os = "macos", target_os = "ios"))] {
if #[cfg(any(target_os = "macos", target_os = "ios", target_os = "tvos"))] {
extern "C" {
pub fn memmem(
haystack: *const ::c_void,
Expand Down

0 comments on commit aab9d70

Please sign in to comment.