commit | 594eeffa5788546fb61ecc8bc1a354f96b716ab9 | [log] [tgz] |
---|---|---|
author | alex <alex@cloudware.io> | Fri Aug 09 17:39:40 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri Aug 09 17:39:40 2019 +0200 |
tree | dd1bb3131e9014663122bb029917c2bfac578035 | |
parent | 6ad3cffd6797cd69fb2523402fb3b392867a2fa2 [diff] |
os: add openbsd to the constraint values There are notable differences from freebsd such that it warrants a constraint value.
diff --git a/os/BUILD b/os/BUILD index 599968e..c392a4a 100644 --- a/os/BUILD +++ b/os/BUILD
@@ -19,6 +19,11 @@ ) constraint_value( + name = "openbsd", + constraint_setting = ":os", +) + +constraint_value( name = "android", constraint_setting = ":os", )