Skip to content

Commit

Permalink
Merge pull request #54 from japaric/osx32
Browse files Browse the repository at this point in the history
add fsevent{,-sys} dependencies to the i686-apple-darwin target
  • Loading branch information
passcod committed Mar 8, 2016
2 parents b2c32e1 + e70583a commit 993b177
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 @@ -53,6 +53,10 @@ mio = "^0.5.0"
inotify = "^0.1.12"
mio = "^0.5.0"

[target.i686-apple-darwin.dependencies]
fsevent = "^0.2.11"
fsevent-sys = "^0.1.3"

[target.x86_64-apple-darwin.dependencies]
fsevent = "^0.2.11"
fsevent-sys = "^0.1.3"
Expand Down

0 comments on commit 993b177

Please sign in to comment.