Skip to content

Commit

Permalink
Merge pull request #9 from psych0d0g/patch-1
Browse files Browse the repository at this point in the history
add mips and mipsel dependencies
  • Loading branch information
conradkleinespel committed Jan 14, 2016
2 parents 220f099 + 8d1f0ef commit fc18834
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 fc18834

Please sign in to comment.