rust/physfs-rs/build.rs
author nemo
Sat, 05 Jan 2019 13:23:43 -0500
changeset 14516 f5487302d53b
parent 14435 a1613788130d
permissions -rw-r--r--
Allow customising the teams

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