Skip to content

Commit

Permalink
add mips and mipsel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
psych0d0g committed Jan 13, 2016
1 parent 7c1e5e2 commit 8d1f0ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ termios = "0.2"
[target.arm-unknown-linux-gnueabihf.dependencies]
libc = "0.1"
termios = "0.2"
[target.mipsel-unknown-linux-gnu.dependencies]
libc = "0.1"
termios = "0.2"
[target.mips-unknown-linux-gnu.dependencies]
libc = "0.1"
termios = "0.2"
[target.i686-unknown-freebsd.dependencies]
libc = "0.1"
termios = "0.2"
Expand Down

0 comments on commit 8d1f0ef

Please sign in to comment.