Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 01a7774

Browse files
committed
progress...
1 parent 4e61c04 commit 01a7774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const INCLUDED_VARS: &[&str] = &[];
1313

1414
fn main() {
1515
let kernel = nix::sys::utsname::uname();
16-
let mut builder = bindgen::Builder::default().use_core(true);
16+
let mut builder = bindgen::Builder::default().use_core().ctypes_prefix("types").no_copy(".*");
1717

1818
let output = String::from_utf8(
1919
Command::new("make")

0 commit comments

Comments
 (0)