We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some libraries have multiple filenames:
set(ZLIB_NAMES z zlib zdll zlib1 zlibd zlibd1)
There is currently no way to tell rustc that #[link(name = "z")] should be satisfied by zlib1.dll.
#[link(name = "z")]
zlib1.dll