rust/physfs-rs/build.rs
author nemo
Mon, 24 Oct 2022 10:06:52 -0400
branch1.0.0
changeset 15885 ed84eb580643
parent 14435 a1613788130d
permissions -rw-r--r--
cfgdir needs a default value to avoid writing stubs to current path

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