bpf/aya-bpf-cty: target_arch for bpf*-unknown-none was renamed to "bpf"

pull/15/head
Alessandro Decina 3 years ago
parent d0a0be65d2
commit 97cb0db0ad

@ -15,7 +15,7 @@ pub use od::*;
// PWD = Pointer Width Dependent
pub use pwd::*;
#[cfg(any(target_arch = "bpfel", target_arch = "bpfeb"))]
#[cfg(any(target_arch = "bpf"))]
mod ad {
pub type c_int = i32;
pub type c_uint = u32;

Loading…
Cancel
Save