rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 10 Jan 2019 19:21:08 +0100
changeset 14565 3105881d5840
parent 14456 a1613788130d
permissions -rw-r--r--
Fix wind bar animation not looping properly If you looked closely, you could see the wind bar “jumping” a bit. Pixel offset was off-by-1.

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