rust/physfs-rs/build.rs
author unC0Rr
Thu, 22 Oct 2020 12:50:24 +0200
changeset 15753 72f735c03fec
parent 14435 a1613788130d
permissions -rw-r--r--
Fix some problems caught by C compiler

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