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