rust/physfs-rs/build.rs
author alfadur
Fri, 06 Sep 2019 19:34:18 +0300
changeset 15416 a87b5e16b863
parent 14456 a1613788130d
permissions -rw-r--r--
save data for blocks with more than a single component

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