rust/physfs-rs/build.rs
author nemo
Thu, 10 Aug 2023 20:48:54 -0400
changeset 15974 8bb07b0f50ca
parent 14435 a1613788130d
permissions -rw-r--r--
add some round() so that the scale factor compiles at least with non-integer values

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