Skip to content

Commit f35b400

Browse files
authored
fix: visibility for strict.true (#52)
Required because the macro stamps it out in userspace
1 parent 79aea5d commit f35b400

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
22

3+
package(default_visibility = ["//visibility:public"])
4+
35
bool_flag(
46
name = "strict",
57
build_setting_default = False,
6-
visibility = ["//visibility:public"],
78
)
89

910
config_setting(

MODULE.bazel.lock

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)