Skip to content

meson: Add explicit check kwarg to run_command()

Set it to false since we have an explicit check right below.

Fixes the following meson warning

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