meson: Fix support for empty darwin sysroot
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-22T07:34:00Z
Lists: pgsql-hackers
Attachments
- 0001-meson-Fix-support-for-empty-darwin-sysroot.patch (text/plain) patch 0001
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).
Commits
-
meson: Fix support for empty darwin sysroot
- c15631f0f596 16.0 landed