rust/physfs-rs/build.rs
author sheepluva
Fri, 03 Jul 2020 23:51:47 +0200
branchui-scaling
changeset 15663 d92eeb468dad
parent 14435 a1613788130d
permissions -rw-r--r--
Merge branch 1.0.0 into branch ui-scaling

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