Skip to content

meson: call run_command with check=true

xantares requested to merge xantares/mesa:run_command_check into main

This avoids a warning in meson since the default value will change:

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

It's probably best to use the new default (true) that the old (false)

Edited by xantares

Merge request reports