You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix: set _PYTHON_HOST_PLATFORM when targeting x86_64-apple-darwin
When commit a7fc6cf (#150) unbusted
aarch64 -> x86-64 cross-compilation on macOS, the produced distributions
failed validation because the sysconfig reported platform tag was wrong.
We extend our existing configure patch to handle the x86_64-apple-darwin
target to ensure the platform tag is defined correctly.
As part of this we refresh the entire patch against the CPython 3.11.
Fortunately it still appears to apply on older Python versions.
0 commit comments