1 fn main() {
2 #[cfg(target_os = "freebsd")]
3 println!("cargo:rustc-link-search=native=/usr/local/lib");
4 }