rust/physfs-rs/build.rs
author nemo
Thu, 23 Mar 2023 16:20:41 -0400
changeset 15963 c69ced643c10
parent 14456 a1613788130d
permissions -rw-r--r--
also these

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