rust-lang / libz-sys

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

Really try dylib when compiling for Apple platforms #181

Closed glandium closed 5 months ago

glandium commented 5 months ago

Really fixes #84

glandium commented 5 months ago

Further, is https://github.com/rust-lang/libz-sys/commit/0fe07814ec3e660cbdbe5afaa43adf3141167974 related to the fix or a performance optimization/refactor?

It fixes another issue, which is that the dylib is still not used when cross-compiling from Linux because the zlib_installed test fails as described in the commit message.