rust/physfs-rs/build.rs
author unc0rr
Fri, 02 Aug 2019 13:35:23 +0200
changeset 15284 ae8e14d14596
parent 14435 a1613788130d
permissions -rw-r--r--
Move messages queue to hedgewars-engine-messages lib

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