1 2 3 4 5 6
// vim: tw=80 fn main() { println!("cargo:rustc-link-search=native=/usr/local/lib"); println!("cargo:rustc-link-lib=blosc"); }