mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
fn main() {
|
|
if cfg!(target_os = "windows") {
|
|
println!("cargo:rustc-link-lib=advapi32");
|
|
}
|
|
}
|