rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 02 Nov 2019 17:00:40 +0100 (2019-11-02)
changeset 15502 ad9fe7dc2ff7
parent 14435 a1613788130d
permissions -rw-r--r--
ClimbHome: Remove uncommented code
fn main() {
    #[cfg(target_os = "freebsd")]
    println!("cargo:rustc-link-search=native=/usr/local/lib");
}