build: explicitly set check arg in run_command()
authorSimon Ser <contact@emersion.fr>
Wed, 2 Feb 2022 14:04:42 +0000 (15:04 +0100)
committerSimon Ser <contact@emersion.fr>
Wed, 2 Feb 2022 14:04:42 +0000 (15:04 +0100)
commit4b05ecb8f7506e4e4d62532a0a3500c2b5711b38
treed61155ad76955c971b378f6265ad5c67e6844d25
parentee92898cb5fbf2d34aed7d593cbc8966b1b563de
build: explicitly set check arg in run_command()

Fixes the following 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

Signed-off-by: Simon Ser <contact@emersion.fr>
doc/meson.build