rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Jul 2019 18:40:06 +0200
changeset 15269 96fbf9bb960a
parent 14435 a1613788130d
permissions -rw-r--r--
Mutant: Remove excess teams if a clan has more than one team

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