mirror of https://github.com/bazelbuild/platforms
Fix visibility of //os:os
PiperOrigin-RevId: 253832479 Change-Id: I686ac0b6e2e74f37d4ff3361efd4bcd20d81d547
This commit is contained in:
parent
5f13869557
commit
753ad895fe
5
os/BUILD
5
os/BUILD
|
@ -11,10 +11,7 @@ filegroup(
|
||||||
)
|
)
|
||||||
|
|
||||||
# To add a new constraint_value see https://github.com/bazelbuild/platforms.
|
# To add a new constraint_value see https://github.com/bazelbuild/platforms.
|
||||||
constraint_setting(
|
constraint_setting(name = "os")
|
||||||
name = "os",
|
|
||||||
visibility = ["//visibility:private"],
|
|
||||||
)
|
|
||||||
|
|
||||||
constraint_value(
|
constraint_value(
|
||||||
name = "osx",
|
name = "osx",
|
||||||
|
|
Loading…
Reference in New Issue