Replies: 1 comment 3 replies
-
Actually, I think it uses the zlib.h include which contains the You can find information on how to build with zlib-ng here: https://github.com/zlib-ng/minizip-ng/tree/master/doc#zlib-configuration |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at adding minizip-ng to Procursus, and found it was linking the default zlib instead of the zlib-ng non-compat library. Looking into it, I also found an odd code-snippet in
mz_strm_zlib.c
:Isn't
ZLIBNG_VERNUM
defined in zlib-ng.h? Am I overlooking something?Beta Was this translation helpful? Give feedback.
All reactions