rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 16 May 2019 21:15:07 +0200
changeset 14977 1e21dfd7f9b5
parent 14435 a1613788130d
permissions -rw-r--r--
CTF_Blizzard: Fix the mission text, remove string concatenation stuff

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