os: add netbsd constraint value

This commit is contained in:
Benny Siegert 2021-09-16 10:22:39 +02:00 committed by GitHub
parent 98939346da
commit f01a297c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ constraint_value(
constraint_setting = ":os",
)
constraint_value(
name = "netbsd",
constraint_setting = ":os",
)
constraint_value(
name = "openbsd",
constraint_setting = ":os",