Skip to content

Commit

Permalink
Also fix cross command
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 13, 2024
1 parent d086d17 commit 28fd237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/library/crosscompiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ image = "crossimage"
docker build -t crossimage crossimage/

# Run cross to compile, cross arguments are the same as the `cargo` ones
cross build --path probe-rs-tools --release --target=armv7-unknown-linux-gnueabihf
cross build -p probe-rs-tools --release --target=armv7-unknown-linux-gnueabihf

# Done
```
Expand Down

0 comments on commit 28fd237

Please sign in to comment.