rust/physfs-rs/build.rs
author unc0rr
Sat, 12 Oct 2019 23:13:32 +0200
changeset 15474 e0ab70a90718
parent 14435 a1613788130d
permissions -rw-r--r--
Add utility to convert server-side replay files into hwd binary format

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