Windows on ARM provides a transparent emulation layer that allows users to use unmodified x86_64 programs. When using an installation of a Windows x86_64 Python, building packages that use meson-python leads to failures due to architecture mismatch. Examples: - `pip install cysignals` ... see log in https://github.com/passagemath/passagemath/issues/1242 - `pip install --no-binary numpy numpy` Reported originally by @xuluze in https://github.com/passagemath/passagemath/issues/1242