rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 11 Jul 2019 20:23:42 +0200
changeset 15235 66dcb7728e01
parent 14435 a1613788130d
permissions -rw-r--r--
Air attack: Fix infintie sound when target is at extreme X pos

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