Skip to content

Commit 72decab

Browse files
keithAdam Cozzette
authored andcommitted
Add missing darwin_x86_64 CPU (#1181)
This CPU is often used when cross compiling from M1 machines. I'm also hoping we can remove the legacy 'darwin' CPU.
1 parent ccadaf3 commit 72decab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upb/python/dist/dist.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def _get_suffix(limited_api, python_version, cpu):
2222
python_version += "m"
2323
abis = {
2424
"darwin_arm64": "darwin",
25+
"darwin_x86_64": "darwin",
2526
"darwin": "darwin",
2627
"osx-x86_64": "darwin",
2728
"osx-aarch_64": "darwin",

0 commit comments

Comments
 (0)