Skip to content

use Meson 0.54.0 on windows/msvc

Charlie Barto requested to merge barcharcraz/glib:newer_meson_on_windows into master

I was seeing msvc build failures due to meson not knowing about the _build subcommand it seems that this only happened in msvc because while msys also tried to install exactly meson 0.49.2 the actual meson it used was the one from the msys repos which is 0.54.0

I've made the msvc pipelines use 0.54.2 now as well. and also stopped pip installing meson under msys2, since it wasn't being used.

Merge request reports