rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 14:46:19 +0200
changeset 15418 b186e1f4c5ed
parent 14456 a1613788130d
permissions -rw-r--r--
Racer: Make sure the waypoint placer always has 0 delay

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