Skip to content

gobject-introspection: Fix building under MSVC

amyspark requested to merge amyspark/cerbero:gobject-introspection into main

The package's Meson build system does not apply the correct naming convention for the Windows operating system, which causes Meson to look up (and find) the UCRT64 interpreter. This one's headers cannot be used with MSVC.

This is a MR in preparation for upgrading librsvg to Rust: #381

Merge request reports