rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Oct 2020 00:46:19 +0200
changeset 15746 ff18f99f3f5d
parent 14435 a1613788130d
permissions -rw-r--r--
Fix laser sight wrapping sometimes wrapping too often

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