|
When cibuildwheel build wheel for macos universal2, this error will occur. Does it mean meson-python cannot support macos universal2? PS: related issue: xmake also miss support for universal2 |
Answered by
rgommers
May 26, 2025
Replies: 2 comments
|
That is correct, at the moment support for |
0 replies
Answer selected by
rgommers
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is correct, at the moment support for
universal2is missing. That said, you are unlikely to need it since such wheels aren't installable from PyPI when you upload regular x86-64 and arm64 wheels as well. I'll link my comment at mesonbuild/meson#14599 (reply in thread) for more details, including how to create auniversal2wheel from regular wheels withdelocate.