meson: Fix oversight in install-quiet
authorAndres Freund <andres@anarazel.de>
Fri, 24 Mar 2023 16:39:35 +0000 (09:39 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 24 Mar 2023 16:39:35 +0000 (09:39 -0700)
commit5b140dc8f094e8a11fccab6bdee50d4c599e7444
treef5ea795ca49661800cb58c69716e3afacb410824
parenta03b3b6b4a7275a66e38280f49fddb9aec8dff3d
meson: Fix oversight in install-quiet

In e522049f239 I accidentally forgot to add meson_bin to the argument list for
install-quiet. That kind of works on some platforms because the executable is
just 'python', wich the path to meson in an argument. But on windows meson
might be installed as an executable.

Reported-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/b36dd6a4-748a-4737-54d5-dc8a50fdbe4b@dunslane.net
meson.build