pgsql: Fix PL/Python build on MSVC with older Meson

Started by Peter Eisentraut6 months ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Fix PL/Python build on MSVC with older Meson

Amendment for commit 2bc60f86219. With older Meson versions, we need
to specify the Python include directory directly to cc.check_header
instead of relying on the dependency to pass it through.

Author: Bryan Green <dbryan.green@gmail.com>
Discussion: /messages/by-id/0de98c41-4145-44c1-aac5-087cf5b3e4a9@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6831cd9e3b082d7b830c3196742dd49e3540c49b

Modified Files
--------------
meson.build | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)