rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 13 Jan 2019 15:47:14 +0100
changeset 14568 ca9c632db2cf
parent 14440 a1613788130d
permissions -rw-r--r--
Bounce off gears at bouncy world edge only if they move towards it

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