meson: Fix meson warning

Peter Eisentraut <peter@eisentraut.org>

Commit: 2c0d8b95080e1d51c60d9c6f6a2e4460d6dfaf77
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-06-22T12:13:46Z
Releases: 18.0
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

Files

PathChange+/−
meson.build modified +1 −1

Discussion