summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZanie Blue <contact@zanie.dev>2025-01-13 08:38:28 (GMT)
committerGitHub <noreply@github.com>2025-01-13 08:38:28 (GMT)
commit6ecb620a0cae1b0b6183d1e6d0ae722013ca8cd2 (patch)
treeb40a39eded558e94a245b9b814b42fb52c11bce9 /Misc
parent6e1e78054060ad326f26dd8dbf12adfedbb52883 (diff)
downloadcpython-6ecb620a0cae1b0b6183d1e6d0ae722013ca8cd2.zip
cpython-6ecb620a0cae1b0b6183d1e6d0ae722013ca8cd2.tar.gz
cpython-6ecb620a0cae1b0b6183d1e6d0ae722013ca8cd2.tar.bz2
gh-90905: Allow cross-compilation on macOS (#128385)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2024-12-31-17-09-37.gh-issue-90905.PjLNai.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-12-31-17-09-37.gh-issue-90905.PjLNai.rst b/Misc/NEWS.d/next/Build/2024-12-31-17-09-37.gh-issue-90905.PjLNai.rst
new file mode 100644
index 0000000..31bb5fe
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-12-31-17-09-37.gh-issue-90905.PjLNai.rst
@@ -0,0 +1 @@
+Add support for cross-compiling to x86_64 on aarch64/arm64 macOS.