summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-06 17:11:13 +0300
committerYuval Adam <_@yuv.al>2018-07-06 17:11:13 +0300
commitc4b1c00c419c14e641e46f9f40cbf6d301c998b4 (patch)
treec661cbed7b3bd3e7f39c1b4d7aedcd2de84d53ee /build.rs
parent25b213dad9945ea990320a9e0996134a523d58e5 (diff)
Might as well work but going another waylibupnp
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 39dfd25..aa0e144 100644
--- a/build.rs
+++ b/build.rs
@@ -1,5 +1,5 @@
extern crate pkg_config;
fn main() {
- pkg_config::Config::new().atleast_version("1.0.0").probe("gssdp-1.0").unwrap();
+ pkg_config::Config::new().atleast_version("1.6.25").probe("libupnp").unwrap();
}