mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01: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");
|
|
}
|