rust/physfs-rs/build.rs
author nemo
Fri, 12 Apr 2019 11:41:35 -0400
changeset 14792 38e66519e585
parent 14435 a1613788130d
permissions -rw-r--r--
ugly hacked in argument for port to remove unc0rr's excuse

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