Add patches for cross-compilation by h-vetinari · Pull Request #16 · numpy/meson

and others added 2 commits

August 6, 2024 13:38
If need_exe_wrapper() is called while figuring out the language compiler,
the MachineInfo isn't complete yet, so machine_info_can_run() would return
False despite not cross compiling.

Make sure this fails loudly.

Squash of the following cherry-picked commits:
- mesonbuild@df833b0
- mesonbuild@c108d5b
- mesonbuild@eba9e7e

@h-vetinari h-vetinari changed the title Add patches for cross-compilatiton Add patches for cross-compilation

Aug 6, 2024

rgommers