rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 19 Jul 2020 23:28:45 +0200
changeset 15753 26247a74d823
parent 14456 a1613788130d
permissions -rw-r--r--
Fix piano spawning vgtNote if slot key without sound was pressed

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