rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 19:49:38 +0100
changeset 14654 e7b2542c4d28
parent 14440 a1613788130d
permissions -rw-r--r--
More spawn height tweaking in missions

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