rust/physfs-rs/build.rs
author unC0Rr
Fri, 06 Oct 2023 22:37:44 +0200
changeset 15982 cf580d9ff7ef
parent 14435 a1613788130d
permissions -rw-r--r--
Modernize engine protocol parser

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