rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 19 Apr 2019 19:30:26 +0200
changeset 14818 b7c813dd807d
parent 14435 a1613788130d
permissions -rw-r--r--
Update changelog WRT translations

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