Skip to content

Commit

Permalink
Add config.toml for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Feb 9, 2024
1 parent b06abf3 commit 95ced9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]

[target.arm-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

0 comments on commit 95ced9c

Please sign in to comment.