rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 01 Apr 2019 22:07:42 +0200
changeset 14736 8563cc40fc1e
parent 14435 a1613788130d
permissions -rw-r--r--
Invert colors if clan color is very dark

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