rust/physfs-rs/build.rs
author nemo
Sat, 23 Mar 2024 17:24:20 -0400
branch1.0.0
changeset 15992 524b0abb5b4c
parent 14435 a1613788130d
permissions -rw-r--r--
unc0rr commented this out in trunk. based on what andu reported it probably needs to be removed in the branch too

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