]> git.ipfire.org Git - thirdparty/postgresql.git/commit
meson: Fix support for empty darwin sysroot
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 27 Mar 2023 06:41:40 +0000 (08:41 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 27 Mar 2023 07:11:08 +0000 (09:11 +0200)
commitc15631f0f596b2e6c4b03f24c03289d06d008783
tree9bac8b418998fe7b34e25907ebd442a64eae5545
parent0276ae42ddea02682f514aaea449f183229ddbbc
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
meson.build