Skip to content

Commit

Permalink
[closes #24] add armv7-linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
RoPP authored and dcuddeback committed Jun 2, 2016
1 parent 28ea4cc commit 21fe1eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ ioctl-rs = "0.1.5"
termios = "0.2.2"
ioctl-rs = "0.1.5"

[target.armv7-unknown-linux-gnueabihf.dependencies]
termios = "0.2.2"
ioctl-rs = "0.1.5"

[target.i686-apple-darwin.dependencies]
termios = "0.2.2"
ioctl-rs = "0.1.5"
Expand Down

0 comments on commit 21fe1eb

Please sign in to comment.