Skip to content

cerbero: Fix ios cross-compile with cmake on M1

Without this, the cmake will insert -arch arm64 when cross-compiling to x86_64. This is in general the correct way to do cross-compilation. See: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos

Merge request reports