Skip to content

meson: fix cpu detection

Christoph Reiter requested to merge creiter/gegl:fix-cpu-detection into master

Use host_machine.cpu_family() instead of cpu(). Only the former provides a stable/defined set of values.

Also don't error out on some arches for no good reason.

This fixes the build on 32bit Windows.

Merge request reports