rust/physfs-rs/build.rs
author nemo
Sun, 24 Mar 2024 14:19:02 -0400
branch1.0.0
changeset 15994 fcc98c953b5e
parent 14435 a1613788130d
permissions -rw-r--r--
suppress this message too.

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