rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 28 May 2019 17:49:04 +0200
changeset 15094 7732013ce64c
parent 14456 a1613788130d
permissions -rw-r--r--
Animate library: Document way to speed up animations for testing purposes

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