Skip to content

Commit

Permalink
Update Cross.toml, adding build-std = true to mips64.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber authored Jul 28, 2023
1 parent 1fc9096 commit a21ae5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ image = "burntsushi/cross:i686-unknown-linux-gnu"

[target.mips64-unknown-linux-gnuabi64]
image = "burntsushi/cross:mips64-unknown-linux-gnuabi64"
build-std = true

[target.arm-unknown-linux-gnueabihf]
image = "burntsushi/cross:arm-unknown-linux-gnueabihf"
image = "burntsushi/cross:arm-unknown-linux-gnueabihf"

0 comments on commit a21ae5d

Please sign in to comment.