mirror of
https://github.com/EasyTier/kcp-sys.git
synced 2025-05-19 10:31:09 +00:00
try fix cross compile for 32-bit arm
This commit is contained in:
+1
-1
@@ -25,5 +25,5 @@ tracing-subscriber = "0.3.19"
|
||||
rand = "0.8.5"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version="0.71.1", default-features=true}
|
||||
bindgen = { version="0.71.1", default-features=false, features=["runtime", "which-rustfmt"]}
|
||||
cc = "1.2.10"
|
||||
|
||||
Reference in New Issue
Block a user