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
[ATfE] Ensure we create universal binaries on MacOS builds (#240)
This updates the ATfE's CMake files to ensure universal binaries are
created for MacOS builds of the toolchain. This is done by setting the
`CMAKE_OSX_ARCHITECTURE` variable to cover both `x86_64` and `arm64`
architecture options.
(cherry picked from commit b65bfcf)
0 commit comments