rust/physfs-rs/build.rs
author sheepluva
Fri, 25 Jun 2021 21:44:29 +0200
changeset 15828 36816af30583
parent 14456 a1613788130d
permissions -rw-r--r--
hedgewars-engine (rust): don't use image lib, manually resize (because speed); using nearest px for now

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