rust/physfs-rs/build.rs
author nemo
Sun, 16 Dec 2018 10:35:43 -0500
changeset 14459 35d47e99f5e2
parent 14435 a1613788130d
permissions -rw-r--r--
Same with ShoppaMap

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