rust/physfs-rs/build.rs
author S.D.
Tue, 27 Sep 2022 15:10:52 +0300
changeset 15901 4c58b320056c
parent 14456 a1613788130d
permissions -rw-r--r--
Change the next major release version number to 1.1.0

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