Skip to content

Commit

Permalink
Add darwin_x86_64 as a CPU value that can be returned in Bazel 7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 4, 2023
1 parent 2be95f9 commit 1346512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh/posix.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ toolchain(
"arm64_windows": "windows",
"darwin": "osx",
"darwin_arm64": "osx",
"darwin_x86_64": "osx",
"x64_windows": "windows",
}.get(cpu, "linux"),
toolchain_type = TOOLCHAIN_TYPE,
Expand Down

0 comments on commit 1346512

Please sign in to comment.