Re: zlib detection in Meson on Windows broken? - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: zlib detection in Meson on Windows broken?
Date
Msg-id CAN55FZ29ifnYEj7oCMYEJrkWDtGYL6VhrQ4L5KwToJKZqCyJgw@mail.gmail.com
Whole thread Raw
In response to Re: zlib detection in Meson on Windows broken?  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
Responses Re: zlib detection in Meson on Windows broken?
List pgsql-hackers
Hi,

On Tue, 21 May 2024 at 10:20, Sandeep Thakkar
<sandeep.thakkar@enterprisedb.com> wrote:
>
> Hi Dave,
>
> Is the .pc file generated after the successful build of zlib? If yes, then meson should be able to detect the
installationideally
 

If meson is not able to find the .pc file automatically, using 'meson
setup ... --pkg-config-path $ZLIB_PC_PATH' might help.

-- 
Regards,
Nazir Bilal Yavuz
Microsoft



pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: POC: GROUP BY optimization
Next
From: Zhang Mingli
Date:
Subject: How to declare GIN index on array type column when bootstrap?