rust/physfs-rs/build.rs
author Anton Malmygin <antonc27@mail.ru>
Mon, 13 May 2019 14:30:12 +0200
changeset 14924 58070c3dd043
parent 14435 a1613788130d
permissions -rw-r--r--
Fix most CI builds

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