rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Oct 2020 12:33:14 +0200
changeset 15742 0b5aea8e5eab
parent 14435 a1613788130d
permissions -rw-r--r--
Fix hammer not digging when hitting hog with 0 health

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