rust/physfs-rs/build.rs
author unC0Rr
Mon, 13 Jan 2025 11:39:58 +0100
changeset 16066 b68e513d1416
parent 14435 a1613788130d
permissions -rw-r--r--
Make bots wait a bit if there are air mines moving

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