rust/physfs-rs/build.rs
author alfadur
Tue, 15 Mar 2022 19:54:43 +0300
changeset 15838 c910381d1ea9
parent 14435 a1613788130d
permissions -rw-r--r--
limit scope of u128 operations in sqrt

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