rust/physfs-rs/build.rs
author nemo
Sat, 19 Oct 2019 09:34:37 -0400
changeset 15478 ea8fce926e4d
parent 14435 a1613788130d
permissions -rw-r--r--
256x256 png and xpm of hedgehog.svg

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