mirror of https://github.com/bazelbuild/platforms
os: add openbsd to the constraint values
There are notable differences from freebsd such that it warrants a constraint value.
This commit is contained in:
parent
6ad3cffd67
commit
594eeffa57
5
os/BUILD
5
os/BUILD
|
@ -18,6 +18,11 @@ constraint_value(
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
constraint_value(
|
||||||
|
name = "openbsd",
|
||||||
|
constraint_setting = ":os",
|
||||||
|
)
|
||||||
|
|
||||||
constraint_value(
|
constraint_value(
|
||||||
name = "android",
|
name = "android",
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
|
|
Loading…
Reference in New Issue