Skip to content

Commit

Permalink
Merge pull request rust-lang#94 from antonblanchard/powerpc64_fixes
Browse files Browse the repository at this point in the history
Add openssl-sys dependency for powerpc64 and powerpc64le
  • Loading branch information
alexcrichton committed Jan 16, 2016
2 parents fd4b000 + fd76888 commit 2df2cc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ openssl-sys = "0.7.0"
openssl-sys = "0.7.0"
[target.aarch64-unknown-linux-gnu.dependencies]
openssl-sys = "0.7.0"
[target.powerpc64-unknown-linux-gnu.dependencies]
openssl-sys = "0.7.0"
[target.powerpc64le-unknown-linux-gnu.dependencies]
openssl-sys = "0.7.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.7.0"
[target.i686-unknown-freebsd.dependencies]
Expand Down

0 comments on commit 2df2cc1

Please sign in to comment.