[New-bugs-announce] [issue41090] Support for "Apple Silicon"
Ronald Oussoren
report at bugs.python.org
Tue Jun 23 07:53:05 EDT 2020
New submission from Ronald Oussoren <ronaldoussoren at mac.com>:
The attached patch implements "universal2" as an option for "--with-univeral-archs" to enable building "Universal 2" binaries on macOS (with x86_64 and arm64 code).
This is an extension of the already existing support for other flavours of fat binaries on macOS.
NOTE: I've attached a patch instead of creating a PR because I'm not logged on to GitHub in the macOS 11 VM where I created this patch. I'll obviously create a PR later.
----------
assignee: ronaldoussoren
components: macOS
files: universal2.patch
keywords: patch
messages: 372160
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Support for "Apple Silicon"
versions: Python 3.10, Python 3.9
Added file: https://bugs.python.org/file49258/universal2.patch
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41090>
_______________________________________
More information about the New-bugs-announce
mailing list