From f01a297c09cddcb29b83be8be1e47416273c73ff Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Thu, 16 Sep 2021 10:22:39 +0200 Subject: [PATCH] os: add netbsd constraint value --- os/BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/os/BUILD b/os/BUILD index 53fec81..e35460a 100644 --- a/os/BUILD +++ b/os/BUILD @@ -18,6 +18,11 @@ constraint_value( constraint_setting = ":os", ) +constraint_value( + name = "netbsd", + constraint_setting = ":os", +) + constraint_value( name = "openbsd", constraint_setting = ":os",