rust/physfs-rs/build.rs
author nemo
Tue, 26 Apr 2022 14:35:21 -0400
changeset 15841 e111e5acde64
parent 14435 a1613788130d
permissions -rw-r--r--
make unplaced hogs a bit less interactive

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