rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 17 Aug 2019 01:06:13 +0200
changeset 15342 63372e3879df
parent 14440 a1613788130d
permissions -rw-r--r--
gfSwitchHog+gfKing: Fix hog switching being delayed one round too many

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