-
-
Notifications
You must be signed in to change notification settings - Fork 871
Open
Labels
Description
Is your feature request related to a problem? Please describe.
macos has a platform named universal2, suppot both arm64 and x86_64.
https://scikit-build-core.readthedocs.io/en/latest/guide/crosscompile.html#intel-to-applesilicon
Now xmake f -a XXX
doesn't contain it.
Describe the solution you'd like
-a ARCH, --arch=ARCH Compile for the given architecture. (default: auto)
- macosx: x86_64 arm64 universal2
Describe alternatives you've considered
No response
Additional context
No response