rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 14 Jan 2019 04:59:04 +0100
changeset 14580 28d00ceb8b54
parent 14440 a1613788130d
permissions -rw-r--r--
ASA desert02: Show escape record in-game

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