Skip to content

Commit fb8fd65

Browse files
authored
Add visionOS and watchOS to linking to CoreFoundation framework (#679)
1 parent e5162be commit fb8fd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-foundation-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// https://github.com/rust-lang/lang-team/issues/102
2424
#[cfg_attr(
2525
all(
26-
any(target_os = "macos", target_os = "ios", target_os = "tvos"),
26+
any(target_os = "macos", target_os = "ios", target_os = "tvos", target_os = "watchos", target_os = "visionos"),
2727
feature = "link"
2828
),
2929
link(name = "CoreFoundation", kind = "framework")

0 commit comments

Comments
 (0)