rust/physfs-rs/build.rs
author sheepluva
Sat, 07 Dec 2019 16:14:27 +0100
branchhedgeroid
changeset 15516 fb23e49b2d4e
parent 14440 a1613788130d
permissions -rw-r--r--
hedgeroid: fix needlessly creating netplay instance on check for "connecting..."

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