rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 19:42:35 +0200
changeset 15406 77f7a7e48ec1
parent 14435 a1613788130d
permissions -rw-r--r--
Update game schemes in racer.yaml to re-enable invuln in Racer

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