rust/physfs-rs/build.rs
author nemo
Tue, 24 Dec 2019 12:46:23 -0500
changeset 15524 fbcee515b946
parent 14435 a1613788130d
permissions -rw-r--r--
disable fall tracing for cheese. it will probably be incorrect.

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