rust/physfs-rs/build.rs
author alfadur <mail@none>
Mon, 23 Dec 2019 18:11:15 +0300
changeset 15543 1fcce8feace4
parent 14456 a1613788130d
permissions -rw-r--r--
lost the anteroom

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