rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 12 May 2020 20:36:23 +0200
changeset 15580 3b8d208bb513
parent 14456 a1613788130d
permissions -rw-r--r--
Fix some typos in hat names in CREDITS

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