rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 14 May 2019 13:46:30 +0200
changeset 14938 59ed712057a6
parent 14435 a1613788130d
permissions -rw-r--r--
Add Flyaway voices for most voicepacks

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