Skip to content

Commit 2eb3be4

Browse files
authored
Update README.md
fix build target
1 parent 1553fbb commit 2eb3be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To be able to properly crosscompile output binary I provided `.cargo/config.toml
7979

8080
To compile you need to add proper rustup target with:
8181
```
82-
rustup target add arm-unknown-linux-gnueabi
82+
rustup target add arm-unknown-linux-gnueabihf
8383
```
8484
and make sure that it is _installed_ on target list:
8585
```

0 commit comments

Comments
 (0)