Skip to content

build: Check run_command() return value

Bastien Nocera requested to merge wip/hadess/meson-run-command into master

As recommended by newer versions of meson: WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300

Merge request reports