rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 02 Apr 2019 18:59:38 +0200
changeset 14749 f5dadf2b7d03
parent 14440 a1613788130d
permissions -rw-r--r--
Fix target marker rendering issues in weWrap

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