You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, you can specify multiple CMAKE_OSX_ARCHITECTURES=arm64;x86_64 and in the result get the universal (also called "fat") binaries: OS will pick up the best machine code at runtime.
The text was updated successfully, but these errors were encountered:
On macOS, you can specify multiple
CMAKE_OSX_ARCHITECTURES=arm64;x86_64
and in the result get the universal (also called "fat") binaries: OS will pick up the best machine code at runtime.The text was updated successfully, but these errors were encountered: