rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 16 Jan 2019 01:39:58 +0100
changeset 14600 13b22e2f2010
parent 14435 a1613788130d
permissions -rw-r--r--
Frontend: Don't reset campaign mission selection to top of list after each play

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