rust/physfs-rs/build.rs
author alfadur
Thu, 26 Sep 2019 22:31:06 +0300
changeset 15446 a6699f4a3d16
parent 14456 a1613788130d
permissions -rw-r--r--
fix typo

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