rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 31 Oct 2019 19:02:36 +0100
changeset 15502 7621c6157558
parent 14440 a1613788130d
permissions -rw-r--r--
Update German translation

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