Skip to content

build: fix cross-compiled meson builds.

Jehan requested to merge wip/Jehan/investigate-win-CI-bug into master

A bug came with meson 0.54.1 (looking at reports, I understand it to be a mix of a meson bug and a patch by Debian making it a different bug). See:

In any case, our Windows cross-builds end up with (with no libdir set on our own): libdir=${prefix}/lib/x86_64-linux-gnu This is obviously wrong as confirmed by meson report comments.

Merge request reports