mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
6 lines
108 B
Rust
6 lines
108 B
Rust
fn main() {
|
|
if cfg!(target_os = "windows") {
|
|
println!("cargo:rustc-link-lib=advapi32");
|
|
}
|
|
}
|