rust/physfs-rs/build.rs
author alfadur
Wed, 15 May 2019 14:12:15 +0300
changeset 14976 088c1d319612
parent 14456 a1613788130d
permissions -rw-r--r--
if at all possible, don't regenerate arbitrary number of health textures each tick

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