Closed
Description
Could we get .print_system_libs(false)
added to the pkg_config Config
? libz-sys is far down the dependency chain from my package and adds /usr/lib
to the search path. This means that the linker grabs another library we want to link against from /usr/lib
instead of our non-system search path that we add using rustc-link-search
.
This is the same basic issue as sfackler/rust-openssl#447 and rust-lang/pkg-config-rs#11
Thanks!
Metadata
Metadata
Assignees
Labels
No labels