rust/physfs-rs/build.rs
author unC0Rr
Wed, 04 Jan 2023 10:40:40 +0100
branchtransitional_engine
changeset 15903 230dc46487ea
parent 14435 a1613788130d
permissions -rw-r--r--
Update mapgen to take into account actual values for 'zero' and 'basic' colors

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