rust/physfs-rs/build.rs
author alfadur
Wed, 11 Nov 2020 22:40:33 +0300
changeset 15757 c7332c7f64cd
parent 14435 a1613788130d
permissions -rw-r--r--
remove crash from collision

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