Fix arm32 build

This commit is contained in:
Igor Katson 2023-07-10 13:19:26 +01:00
parent e1a3f86a24
commit 159e90b785
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 3 additions and 1 deletions

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[target.arm-unknown-linux-gnueabihf]
rustflags = ["-l", "atomic"]