Open
Description
Even though meson supports cross compiling, it seems meson-python does not.
meson-python/mesonpy/__init__.py
Lines 313 to 348 in 78861f5
We use crossenv to cross compile in conda-forge and crossenv monkey-patches some things but monkey-patching
importlib.machinery.EXTENSION_SUFFIXES
does not seem like a good idea.