rust/physfs-rs/build.rs
author unC0Rr
Wed, 15 Feb 2023 12:42:43 +0100
branchtransitional_engine
changeset 15926 c273908218f3
parent 14435 a1613788130d
permissions -rw-r--r--
Format the code, apply clippy fixes

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