rust/physfs-rs/build.rs
author unc0rr
Thu, 10 Jan 2019 21:24:32 +0100 (2019-01-10)
changeset 14547 90893b397933
parent 14435 a1613788130d
permissions -rw-r--r--
Fix dy hardcoded value in kamikaze test
fn main() {
    #[cfg(target_os = "freebsd")]
    println!("cargo:rustc-link-search=native=/usr/local/lib");
}