rust/physfs-rs/build.rs
author unC0Rr
Wed, 15 Feb 2023 12:36:24 +0100
branchtransitional_engine
changeset 15925 b0e8cc72bfef
parent 14435 a1613788130d
permissions -rw-r--r--
Allow defining compatible edges for grid, add few more templates

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