[Python-Dev] Re: How to build cpython for x86_64 target on M1 Mac?

2022-02-10 Thread Jeff Pek
Thanks, Ned. I'm glad I didn't just miss it. I have built a universal binary, and it looks straightforward to extra the separate ARCHs out with lipo. Thanks for the response. Jeff ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send

[Python-Dev] Re: How to build cpython for x86_64 target on M1 Mac?

2022-02-10 Thread Ned Deily
On Feb 10, 2022, at 14:26, jeff@autodesk.com wrote: > We need to be able to produce both arm64 and x86_64 builds of cpython on a > single machine. I can see that, by default, it chooses the target > architecture based on the current running architecture. The docs say that we > can target