]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
meson nit: deal with warning about future of run_command
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 30 May 2022 11:48:16 +0000 (13:48 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 1 Jun 2022 08:10:41 +0000 (10:10 +0200)
commit04abfbe1d0cede34358f66e11ec58bb6266b976f
treeedcf259446981d499ba2415725406c01c99693d4
parent0e597646cb34f59b00efa86d55ce584f8b6a3d8a
meson nit: deal with warning about future of run_command

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

In almost all cases we already check the return code explicitly
and throw a more descriptive message than what would be the default.
daemon/lua/meson.build
doc/meson.build
etc/config/meson.build
modules/policy/meson.build
tests/meson.build