Skip to content

Commit

Permalink
Also depend on OpenSSL for MUSL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 16, 2015
1 parent 07ba85a commit 50fb443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cmake = "0.1.2"
openssl-sys = "0.6.0"
[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = "0.6.0"
[target.x86_64-unknown-linux-musl.dependencies]
openssl-sys = "0.6.0"
[target.aarch64-unknown-linux-gnu.dependencies]
openssl-sys = "0.6.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
Expand Down

0 comments on commit 50fb443

Please sign in to comment.