> Please review a change that adds cross-compiled macos/aarch64 platform build
> into Github Actions test workflow.
>
> The steps are basically copy-paste of macos/x86-64 build with the necessary
> platform name adjustments. A default XCode is also used, as macos/aarch64
> build requires XCode
On Fri, 2 Apr 2021 13:28:31 GMT, Anton Kozlov wrote:
> Please review adding necessary flags for cross-compilation on macos/x86
> targeting macos/aarch64.
>
> All CFLAGS, CXXFLAGS, LDFLAGS need target CPU flag `-arch arm64`.
> This patch adds the flag along e.g `-m64`.
>
> Tested:
> * cross-com