rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Apr 2019 21:25:16 +0200 (2019-04-25)
changeset 14837 5443e5e0faa3
parent 14435 a1613788130d
permissions -rw-r--r--
Escape HTML chars in stats screen
fn main() {
    #[cfg(target_os = "freebsd")]
    println!("cargo:rustc-link-search=native=/usr/local/lib");
}