pgsql: meson: Fix oversight in install-quiet

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Fix oversight in install-quiet
Date: 2023-03-24 16:44:11
Message-ID: E1pfkWR-005BJL-7r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)dunslane(dot)net>
Discussion: https://postgr.es/m/b36dd6a4-748a-4737-54d5-dc8a50fdbe4b@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b140dc8f094e8a11fccab6bdee50d4c599e7444

Modified Files
--------------
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-03-24 16:44:19 Re: pgsql: meson: add install-{quiet, world} targets
Previous Message Jeff Davis 2023-03-24 16:10:27 pgsql: pg_locale.c: change ereport() to elog().