meson: Fix meson warning
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 22 Jun 2025 12:13:46 +0000 (14:13 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 22 Jun 2025 12:15:35 +0000 (14:15 +0200)
commit2499c3490b2f4b2048e4d476405dee996026ac0d
tree1109230338ea7d3072d3aed480dd8bf29688d754
parent9575e540f6665f0992db8b68b27e152548c75e36
meson: Fix 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 meson 2.0.

Introduced by commit bc46104fc9a.

(This only happens in the msvc branch.  All the other run_command
calls are ok.)

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/42e13eb0-862a-441e-8d84-4f0fd5f6def0%40eisentraut.org
meson.build