rust/physfs-rs/build.rs
author alfadur
Sat, 13 Apr 2019 00:27:48 +0300
changeset 14801 da0cfeee9d96
parent 14435 a1613788130d
permissions -rw-r--r--
don't show incompatible rooms

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