We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec73d9 commit e1ad737Copy full SHA for e1ad737
build.rs
@@ -1,8 +1,8 @@
1
-use std::env;
2
-use std::path::Path;
3
-
4
#[cfg(target_os = "macos")]
5
fn main() {
+ use std::env;
+ use std::path::Path;
+
6
let bindings = bindgen::builder()
7
.header_contents("libproc_rs.h", "#include <libproc.h>")
8
.generate()
0 commit comments