You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling sysconf v0.3.4
error[E0081]: discriminant value `96` already exists
--> /home/kcorre/.cargo/registry/src/github.com-1ecc6299db9ec823/sysconf-0.3.4/src/raw.rs:83:19
|
20 | macro_rules! sc { ($var:ident) => (libc::$var as isize) }
| ------------------- first use of `96`
...
83 | Sc2CVersion = 96, // TODO(joshlf): Switch to a libc constant once it's added
| ^^ enum already has `96`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0081`.
error: could not compile `sysconf`.
I'm having the following issue compiling for android arm64-v8a with the following line:
sysconf.rs/src/raw.rs
Line 83 in 1305139
The text was updated successfully, but these errors were encountered: