Skip to content

Commit a8d63f4

Browse files
committed
Add OS constraint values for DragonFlyBSD, Redox, and Illumos
1 parent 24f82fb commit a8d63f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

os/BUILD

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ constraint_value(
2828
constraint_setting = ":os",
2929
)
3030

31+
constraint_value(
32+
name = "dragonflybsd",
33+
constraint_setting = ":os",
34+
)
35+
3136
constraint_value(
3237
name = "haiku",
3338
constraint_setting = ":os",
@@ -132,3 +137,13 @@ constraint_value(
132137
name = "uefi",
133138
constraint_setting = ":os",
134139
)
140+
141+
constraint_value(
142+
name = "redox",
143+
constraint_setting = ":os",
144+
)
145+
146+
constraint_value(
147+
name = "illumos",
148+
constraint_setting = ":os",
149+
)

0 commit comments

Comments
 (0)