rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Jun 2019 15:37:32 +0200
changeset 15106 f9d57bade2a5
parent 14435 a1613788130d
permissions -rw-r--r--
ASA fruit02: Add workaround for incorrect weapon display on turn start

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