update to zlib-ng version 2.2.5#251
Conversation
|
Thanks a lot for the update! I will see to creating a new release. |
|
As a heads-up, zlib-ng did a bunch of modifications to their cmake files and compile setup, so users may see some new linker errors etc. when building from source. We're encountering a couple, at least: https://github.com/trifectatechfoundation/zlib-rs/actions/runs/19329002658. I suspect this will be rare in practice, but it's something to keep an eye on. |
|
Thanks for sharing! It's interesting that the CI here didn't notice this, and I wonder if that's a shortcoming. |
|
The solution, for us anyway, is to also provide a C++ compiler. Usually cmake will already find one, but we have some interesting cross-compilation setups where we need to provide one explicitly. |
No description provided.