Skip to content

Commit

Permalink
Add missing darwin_x86_64 CPU (#1181)
Browse files Browse the repository at this point in the history
This CPU is often used when cross compiling from M1 machines. I'm also
hoping we can remove the legacy 'darwin' CPU.
  • Loading branch information
keith authored and acozzette committed Sep 7, 2023
1 parent ccadaf3 commit 72decab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upb/python/dist/dist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def _get_suffix(limited_api, python_version, cpu):
python_version += "m"
abis = {
"darwin_arm64": "darwin",
"darwin_x86_64": "darwin",
"darwin": "darwin",
"osx-x86_64": "darwin",
"osx-aarch_64": "darwin",
Expand Down

0 comments on commit 72decab

Please sign in to comment.