Skip to content

Commit

Permalink
Fix cross-compilation target
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed May 16, 2024
1 parent 62447af commit db2bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
default-target = "armv7-unknown-linux-gnueabihf"
default-target = "aarch64-unknown-linux-gnu"

0 comments on commit db2bcc8

Please sign in to comment.