rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 22 Jan 2019 21:34:13 +0100
changeset 14666 95b1b9ea505a
parent 14435 a1613788130d
permissions -rw-r--r--
Shorten text of buttons to load/edit drawn map and make them look nicer

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