2
0
Fork 0
mirror of https://github.com/bazelbuild/platforms synced 2024-12-03 08:52:40 +00:00

Add uefi os constraint (#97)

This commit is contained in:
Amari Robinson 2024-07-25 09:03:19 -05:00 committed by GitHub
parent 6114a702ad
commit d3b78bbcf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,3 +127,8 @@ constraint_value(
name = "chromiumos",
constraint_setting = ":os",
)
constraint_value(
name = "uefi",
constraint_setting = ":os",
)