pgsql: meson: Fix support for empty darwin sysroot

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Fix support for empty darwin sysroot
Date: 2023-03-27 07:19:42
Message-ID: E1pgh8n-005bLD-Im@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Fix support for empty darwin sysroot

The -isysroot options should only be added if the sysroot resolved to
a nonempty string. This matches the behavior in src/template/darwin
(also documented in installation.sgml).

Discussion: https://www.postgresql.org/message-id/flat/60765bf0-5027-4b23-9f78-4a365d28823f%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c15631f0f596b2e6c4b03f24c03289d06d008783

Modified Files
--------------
meson.build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-03-27 07:51:35 pgsql: Make SCRAM iteration count configurable
Previous Message Michael Paquier 2023-03-27 04:15:52 pgsql: Improve a few things in pg_walinspect