mirror of https://github.com/bazelbuild/platforms
os: add netbsd constraint value
This commit is contained in:
parent
98939346da
commit
f01a297c09
5
os/BUILD
5
os/BUILD
|
@ -18,6 +18,11 @@ constraint_value(
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
constraint_value(
|
||||||
|
name = "netbsd",
|
||||||
|
constraint_setting = ":os",
|
||||||
|
)
|
||||||
|
|
||||||
constraint_value(
|
constraint_value(
|
||||||
name = "openbsd",
|
name = "openbsd",
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
|
|
Loading…
Reference in New Issue