rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 30 Sep 2019 10:39:58 +0200
changeset 15436 617f4c092e3d
parent 14435 a1613788130d
permissions -rw-r--r--
Render finger only once in wrap

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