1 2 3 4 5
fn main() { if pkg_config::probe_library("libzstd").is_err() { println!("cargo:rustc-link-lib=zstd"); } }