Skip to content

Commit 633b01f

Browse files
authored
Add visibility for rules_apple into objc_compilation_support
We need this to support Bazel 9+ (see: bazelbuild/rules_apple#2862)
1 parent e0bcd3c commit 633b01f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • cc/private/rules_impl

cc/private/rules_impl/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ bzl_library(
109109
visibility = [
110110
"//cc:__subpackages__",
111111
"//third_party/bazel_rules/rules_apple/apple:__subpackages__",
112+
"@build_bazel_rules_apple//apple:__subpackages__",
113+
"@rules_apple//apple:__subpackages__",
112114
],
113115
deps = [
114116
":objc_common",

0 commit comments

Comments
 (0)