rust/physfs-rs/build.rs
changeset 14435 a1613788130d
equal deleted inserted replaced
14434:632dfc73cf83 14435:a1613788130d
       
     1 fn main() {
       
     2     #[cfg(target_os = "freebsd")]
       
     3     println!("cargo:rustc-link-search=native=/usr/local/lib");
       
     4 }