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