Skip to content

Commit

Permalink
Update BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
tfg4 committed Apr 23, 2024
1 parent 8dd1566 commit 287cf4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ config_setting(
values = {"apple_platform_type": "tvos"},
)

config_setting(
name = "visionos",
constraint_values = ["//third_party/bazel_platforms/os:visionos"],
)

config_setting(
name = "watchos",
values = {"apple_platform_type": "watchos"},
Expand Down

0 comments on commit 287cf4b

Please sign in to comment.