mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-03-30 11:37:10 -07:00
5 lines
133 B
Rust
5 lines
133 B
Rust
fn main() {
|
|
#[cfg(any(target_os = "openbsd", target_os = "freebsd"))]
|
|
println!(r"cargo:rustc-link-search=/usr/local/lib");
|
|
}
|