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
The build-using-self script was always using macos arm64 as a cross
compile host.
Modify the build-using-self's cross compile host to use x86_64 when on
ARM, arm64 when on x86_64, and raise an exception when an any other
architecture.
0 commit comments