rust/physfs-rs/build.rs
author unC0Rr
Wed, 20 Nov 2024 21:37:47 +0100
branchtransitional_engine
changeset 16067 d903f8d2395a
parent 14456 a1613788130d
permissions -rw-r--r--
- Update corrosion - Implement installation of targets imported with corrosion

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