We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5162be commit fb8fd65Copy full SHA for fb8fd65
core-foundation-sys/src/lib.rs
@@ -23,7 +23,7 @@
23
// https://github.com/rust-lang/lang-team/issues/102
24
#[cfg_attr(
25
all(
26
- 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"),
27
feature = "link"
28
),
29
link(name = "CoreFoundation", kind = "framework")
0 commit comments