Merge pull request #41 from Tevo45/main

Add //os:haiku constraint
diff --git a/os/BUILD b/os/BUILD
index 2c2d281..96df162 100644
--- a/os/BUILD
+++ b/os/BUILD
@@ -29,6 +29,11 @@
 )
 
 constraint_value(
+    name = "haiku",
+    constraint_setting = ":os",
+)
+
+constraint_value(
     name = "android",
     constraint_setting = ":os",
 )