rust/physfs-rs/build.rs
author alfadur
Tue, 07 Sep 2021 01:45:16 +0300
changeset 15839 0defc1d3261d
parent 14456 a1613788130d
permissions -rw-r--r--
Avoid crashing on physfs failure

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