mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
chore: link advapi32 on windows
This commit is contained in:
5
extensions/csv/build.rs
Normal file
5
extensions/csv/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
if cfg!(target_os = "windows") {
|
||||
println!("cargo:rustc-link-lib=advapi32");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user