rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 08 Jul 2020 19:11:00 +0200
changeset 15706 f2930fe1b6d0
parent 14435 a1613788130d
permissions -rw-r--r--
AI: Laser sight removes upper range cap for shotgun

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