rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 11 Jul 2019 06:24:03 +0200
changeset 15230 4576e41c0692
parent 14435 a1613788130d
permissions -rw-r--r--
Add air plane underwater sound and add water splashes

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