rust/physfs-rs/build.rs
author alfadur
Wed, 21 Aug 2019 00:11:52 +0300
changeset 15352 1a4ec45a4803
parent 14440 a1613788130d
permissions -rw-r--r--
don't build server with vcpkg by default after all

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