rust/physfs-rs/build.rs
author alfadur
Wed, 27 Mar 2019 23:26:58 +0300
changeset 14747 75ff5c643004
parent 14456 a1613788130d
permissions -rw-r--r--
actually atlas tests were also broken

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