rust/physfs-rs/build.rs
author alfadur
Sat, 07 Mar 2020 01:04:37 +0300
changeset 15547 863059f61793
parent 14435 a1613788130d
permissions -rw-r--r--
add loading config from hwd to server

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