Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 25, 2024
1 parent cfa09fc commit 95d87bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ linker = "arm-linux-gnueabihf-gcc"
[target.arm-unknown-linux-musleabihf]
linker = "arm-linux-musleabihf-gcc"

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

[target.i686-unknown-linux-gnu]
linker = "i686-linux-gnu-gcc"

Expand Down
3 changes: 2 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install-updater = false

[dist.dependencies.apt]
gcc-aarch64-linux-gnu = { version = '*' }
gcc-i686-linux-gnu = { version = '*' }
gcc-arm-linux-gnueabi = { version = '*' }
gcc-arm-linux-gnueabihf = { version = '*' }
musl-tools = { version = '*' }
gcc-i686-linux-gnu = { version = '*' }

0 comments on commit 95d87bb

Please sign in to comment.