rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 19 Dec 2018 01:02:06 +0100
changeset 14477 8d5034f7cc19
parent 14440 a1613788130d
permissions -rw-r--r--
Disable caption and FollowGear for crates that spawn before 1st turn (useful for missions)

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