rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 28 May 2021 15:06:39 +0200
changeset 15788 acf70c44065b
parent 14435 a1613788130d
permissions -rw-r--r--
Use the singular 'they' in code comments, where it makes sense

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