rust/physfs-rs/build.rs
author unC0Rr
Mon, 02 Dec 2024 17:36:44 +0100
branchtransitional_engine
changeset 16045 58a2d806fc47
parent 14435 a1613788130d
permissions -rw-r--r--
Tweak the rest of map templates

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