Skip to content

Commit

Permalink
Add darwin_x86_64 to os_info.bzl.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 20, 2023
1 parent b1f6c91 commit c220b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/os_info.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def _os_info_impl(repository_ctx):
"aarch64",
"darwin",
"darwin_arm64",
"darwin_x86_64",
"k8",
"x64_windows",
]
Expand Down

0 comments on commit c220b71

Please sign in to comment.