summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-15 17:52:41 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-15 17:52:48 -0700
commitcd75b5cc6220aa49f445bf5eae0a29c4f550cd12 (patch)
treee96ee88d76750144e881f5c3492b9a1939455635 /libssh2-sys
parent56ce3bde8b208b5f29958f198c5cedbce3144798 (diff)
downloadssh2-rs-cd75b5cc6220aa49f445bf5eae0a29c4f550cd12.zip
Also depend on openssl on MUSL
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index 3147f2f..e6babb5 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -26,6 +26,8 @@ openssl-sys = "0.6.0"
openssl-sys = "0.6.0"
[target.aarch64-unknown-linux-gnu.dependencies]
openssl-sys = "0.6.0"
+[target.x86_64-unknown-linux-musl.dependencies]
+openssl-sys = "0.6.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.6.0"
[target.i686-unknown-freebsd.dependencies]