mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
As per meson spec, returncode() produces unspecified data if compiled() == false. Check compiled() first to avoid relying upon unspecified data. In addition, muon -- an implemetation of meson written in C goes further and forbids returning unspecified data. This is a good decision, but also makes it harder to support applications which wrongly use meson API. Therefore, application needs to be fixed.