rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 18 May 2019 18:22:14 +0200
changeset 15009 2bf7b1ba12fe
parent 14440 a1613788130d
permissions -rw-r--r--
Update changelog

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