Skip to content

Commit

Permalink
Add visionOS and watchOS to linking to CoreFoundation framework
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed May 22, 2024
1 parent d4ce710 commit 1f80660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-foundation-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// https://github.com/rust-lang/lang-team/issues/102
#[cfg_attr(
all(
any(target_os = "macos", target_os = "ios", target_os = "tvos"),
any(target_os = "macos", target_os = "ios", target_os = "tvos", target_os = "watchos", target_os = "visionos"),
feature = "link"
),
link(name = "CoreFoundation", kind = "framework")
Expand Down

0 comments on commit 1f80660

Please sign in to comment.