rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 26 Oct 2019 22:44:15 +0200
changeset 15485 91c972f126b7
parent 14435 a1613788130d
permissions -rw-r--r--
Racer: Allow to set custom turn time in scheme

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