rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Sep 2019 12:23:16 +0200
changeset 15434 ca8896b9c7c6
parent 14456 a1613788130d
permissions -rw-r--r--
Racer: Remove a few ammo types that could break the gameplay

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