fix: make person stop screaming at me :(

This commit is contained in:
aprilthepink 2024-06-17 23:50:31 +02:00
parent ef89602d6f
commit a90a2695a9

View file

@ -1,11 +0,0 @@
#[cfg(target_os = "windows")]
fn main() {
vcpkg::Config::new()
.emit_includes(true)
.copy_dlls(true)
.find_package("libpq")
.unwrap();
}
#[cfg(not(target_os = "windows"))]
fn main() {}