rust/physfs-rs/build.rs
author nemo
Wed, 07 Sep 2022 16:52:45 -0400
branch1.0.0
changeset 15855 9dceb83331d5
parent 14435 a1613788130d
permissions -rw-r--r--
forgot to bump the patch num

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