rust/physfs-rs/build.rs
author alfadur
Mon, 07 Oct 2019 23:53:47 +0300
changeset 15444 c03b2e263488
parent 14435 a1613788130d
permissions -rw-r--r--
add smth

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