rust/physfs-rs/build.rs
author alfadur
Tue, 14 Jan 2020 01:40:23 +0300
changeset 15566 77551d5e0a3b
parent 14456 a1613788130d
permissions -rw-r--r--
send 🦔 on round end

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