rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 14 May 2019 19:46:43 +0200
changeset 14943 d01460ae866c
parent 14435 a1613788130d
permissions -rw-r--r--
Fix team select buttons sometimes not having the full width (bug #737)

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