fix multiple redefined values on linux build
841 | pub const FP_ZERO: u32 = 2;
| --------------------------- previous definition of the value `FP_ZERO` here
...
8117 | pub const FP_ZERO: _bindgen_ty_2 = 2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_ZERO` redefined here
Signed-off-by: Nikola Pajkovsky <nikola.pajkovsky@livesporttv.cz>
This commit is contained in:
@ -14,5 +14,5 @@ build = "build.rs"
|
||||
libc = ">=0.2"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.31"
|
||||
bindgen = "0.52.0"
|
||||
pkg-config = ">=0.3"
|
||||
|
||||
Reference in New Issue
Block a user