rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 11 Jul 2019 00:45:49 +0200
changeset 15223 32678e65b25e
parent 14435 a1613788130d
permissions -rw-r--r--
Bounce world edge: Fix buggy gear behaviour if gear spawned inside bounce edge area

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