feat(build): Configure linking to libsystemd
This commit is contained in:
parent
869d74723e
commit
1ed238b449
1 changed files with 6 additions and 0 deletions
6
build.rs
Normal file
6
build.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
extern crate pkg_config;
|
||||
|
||||
fn main() {
|
||||
pkg_config::probe_library("libsystemd")
|
||||
.expect("Could not probe libsystemd");
|
||||
}
|
Loading…
Reference in a new issue