rust/physfs-rs/build.rs
author alfadur
Sat, 22 Jun 2019 00:18:24 +0300
changeset 15195 e2adb40c7988
parent 14440 a1613788130d
permissions -rw-r--r--
fill the atlas with sprites

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