rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 10 Jan 2019 18:45:04 +0100
changeset 14542 e68b91abbcf5
parent 14435 a1613788130d
permissions -rw-r--r--
Tweak appear/disappear animation of touch widgets

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