rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 09:12:39 +0100
changeset 14667 e3e6b0c6543f
parent 14456 a1613788130d
permissions -rw-r--r--
Frontend: Gray out campaign/training start buttons when no human team available

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