rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 17 Jun 2019 00:10:18 +0200
changeset 15166 d2e477eee433
parent 14435 a1613788130d
permissions -rw-r--r--
ACF5: Tweak hog coordinates to avoid floating

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