Skip to content

Commit

Permalink
feat: add environment variables for i686-unknown-linux-gnu and aarch6…
Browse files Browse the repository at this point in the history
…4 targets in Cargo config

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 30, 2024
1 parent f3161fa commit 59db44c
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
Expand Up @@ -17,3 +17,7 @@ linker = "aarch64-linux-gnu-gcc"

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

[env]
CC_i686-unknown-linux-gnu = "i686-linux-gnu-gcc"
CC_aarch64_unknown_linux_musl = "aarch64-linux-gnu-gcc"

0 comments on commit 59db44c

Please sign in to comment.