rust/physfs-rs/build.rs
author alfadur <mail@none>
Thu, 07 Feb 2019 17:17:42 +0300
changeset 14694 25c564f77b7d
parent 14435 a1613788130d
permissions -rw-r--r--
remove lobby room

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