matrix-authentication-service/.gear/predownloaded-development/vendor/windows_i686_gnu-0.52.6/build.rs
2026-03-07 01:41:31 +03:00

8 lines
198 B
Rust

fn main() {
let dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
println!(
"cargo:rustc-link-search=native={}",
std::path::Path::new(&dir).join("lib").display()
);
}