rust/physfs-rs/build.rs
author unc0rr
Fri, 26 Apr 2019 23:21:58 +0200
changeset 14842 ef9630519491
parent 14435 a1613788130d
permissions -rw-r--r--
Fix some minor problems with new frontend code

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