rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 17 May 2019 16:54:30 +0200 (2019-05-17)
changeset 14992 b35a036d6b97
parent 14435 a1613788130d
permissions -rw-r--r--
Disable VIDEOREC if trying to build it with BUILD_ENGINE_C in release builds
fn main() {
    #[cfg(target_os = "freebsd")]
    println!("cargo:rustc-link-search=native=/usr/local/lib");
}