madler / zlib

A massively spiffy yet delicately unobtrusive compression library.
http://zlib.net/
Other
5.46k stars 2.41k forks source link

zlib.pc vs windows #988

Open anarazel opened 2 weeks ago

anarazel commented 2 weeks ago

Hi,

On unix the library name is set to 'z': https://github.com/madler/zlib/blob/534864bccd78812648ad1beaccdeec7c9d47aeef/CMakeLists.txt#L177

but on windows that's not the case. Which makes the generated .pc file wrong: https://github.com/madler/zlib/blob/534864bccd78812648ad1beaccdeec7c9d47aeef/zlib.pc.cmakein#L12

Seems the library name ought to be injected as a replacement rather than hardcoded.

Regards,

Andres