Fixes: #184 by removing aya_bpf dependency on common bindings.

pull/185/head
Tarun Tiwari 3 years ago
parent 2a18239346
commit 5928ebdeab
No known key found for this signature in database
GPG Key ID: 0ED680C567048298

@ -13,7 +13,7 @@ pub fn user_builder() -> Builder {
pub fn bpf_builder() -> Builder {
bindgen::builder()
.use_core()
.ctypes_prefix("::aya_bpf::cty")
.ctypes_prefix("aya_bpf_cty")
.layout_tests(false)
.generate_comments(false)
.clang_arg("-Wno-unknown-attributes")

Loading…
Cancel
Save