rust-lang / libz-sys

Rust crate package to link to a system libz (zlib)
Apache License 2.0
110 stars 73 forks source link

Allow linking against system zlib-ng #83

Open figsoda opened 2 years ago

figsoda commented 2 years ago

Currently it always(*) builds the vendored zlib-ng when zlib-ng feature is enabled

happysalada commented 2 years ago

I am interested in this feature too. Some environment_variable like ZLIB_NG_DIR or something in the like would be amazing. Happy to implement this if there it is allowed.

chenrui333 commented 2 weeks ago

any updates on this?