rust/physfs-rs/build.rs
author nemo
Wed, 19 Jun 2019 22:36:11 -0400 (2019-06-20)
changeset 15183 7ae8ec7a9a8e
parent 14435 a1613788130d
permissions -rw-r--r--
consistent indentation with rest of unit. was just to help me read this block
fn main() {
    #[cfg(target_os = "freebsd")]
    println!("cargo:rustc-link-search=native=/usr/local/lib");
}