rust/physfs-rs/build.rs
author alfadur
Thu, 27 Jan 2022 03:51:13 +0300
changeset 15828 44b49f255e31
parent 14435 a1613788130d
permissions -rw-r--r--
add type safe power of two sizes

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