rust/physfs-rs/build.rs
author nemo
Thu, 23 Mar 2023 16:21:39 -0400
changeset 15934 d754d03e4dfe
parent 14435 a1613788130d
permissions -rw-r--r--
and this one

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