cerbero/meson: Use the correct cpu_family on arm64
Meson requires 64-bit ARM to be defined as 'aarch64', not 'arm64', and the cpu_family for all ARM variants is 'arm'. https://mesonbuild.com/Reference-tables.html#cpu-families
Please register or sign in to comment