rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 05:57:01 +0100
changeset 14642 bc4296649bbf
parent 14435 a1613788130d
permissions -rw-r--r--
SetClanColor: Accept negative color argument to select user color

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