Prevent wind bar from overflowing with high wind values
Wind flow overflow does not happen normally, but might be triggered when calling SetWind with
extreme values (>100 or <-100). Allows for silly wind experiments in scripts.
fn main() {
#[cfg(target_os = "freebsd")]
println!("cargo:rustc-link-search=native=/usr/local/lib");
}