From 594eeffa5788546fb61ecc8bc1a354f96b716ab9 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 9 Aug 2019 17:39:40 +0200 Subject: [PATCH] os: add openbsd to the constraint values There are notable differences from freebsd such that it warrants a constraint value. --- os/BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/os/BUILD b/os/BUILD index 599968e..c392a4a 100644 --- a/os/BUILD +++ b/os/BUILD @@ -18,6 +18,11 @@ constraint_value( constraint_setting = ":os", ) +constraint_value( + name = "openbsd", + constraint_setting = ":os", +) + constraint_value( name = "android", constraint_setting = ":os",