rust/physfs-rs/build.rs
author nemo
Fri, 20 May 2022 17:24:14 -0400
changeset 15873 9bb85e43e492
parent 14456 a1613788130d
permissions -rw-r--r--
add more checks on nil current hedgehog gear, remove checks on nil current hedgehog which should never happen.

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