1 2 3 4 5 6 7
extern crate gcc; extern crate pkg_config; fn main() { //TODO: expand this println!("cargo:rustc-link-lib=pam"); }