-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to use flate2 with zlib or zlib-ng instead of miniz_oxide #130
Conversation
This allows building flate2 against system-provided (or with vendored) zlib or zlib-ng library.
Thanks |
Thanks for merging it! Can you please also release a new version? |
Yeah I will when the other PR is merged
|
Deployed in 0.23.0 |
I made a mistake, I forgot about the feature conditions in the code. :( I’ll send a PR shortly. |
Oh shoot. Since the compress feature is disabled when you used compress-zlib it didn't enable compression support? |
Yeah, exactly. |
I think is would be as simple as doing a search and replace for |
I think a helper feature |
Yeah that's ok |
This allows building flate2 against system-provided (or with vendored) zlib or zlib-ng library.