mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 19:09:17 +01:00
fix: make person stop screaming at me :(
This commit is contained in:
parent
ef89602d6f
commit
a90a2695a9
1 changed files with 0 additions and 11 deletions
11
build.rs
11
build.rs
|
|
@ -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() {}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue