rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 13 Jan 2019 17:28:33 +0100
changeset 14566 85921db6f7c3
parent 14435 a1613788130d
permissions -rw-r--r--
Disallow placement of piano beyond bounce world edge

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