Skip to content

Commit c220b71

Browse files
committed
Add darwin_x86_64 to os_info.bzl.
1 parent b1f6c91 commit c220b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/os_info.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def _os_info_impl(repository_ctx):
1616
"aarch64",
1717
"darwin",
1818
"darwin_arm64",
19+
"darwin_x86_64",
1920
"k8",
2021
"x64_windows",
2122
]

0 commit comments

Comments
 (0)