rust/physfs-rs/build.rs
author unc0rr
Sat, 11 May 2019 22:39:55 +0200
changeset 14915 a3ad06ac390e
parent 14435 a1613788130d
permissions -rw-r--r--
Proof of concept for new net game client

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