Skip to content

Commit 5ac3a85

Browse files
committed
Make libgit2-sys depend on openssl-sys for aarch64-unknown-linux-gnu triple as well
1 parent c29298f commit 5ac3a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libgit2-sys/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ openssl-sys = "0.2.0"
2727
openssl-sys = "0.2.0"
2828
[target.x86_64-unknown-linux-gnu.dependencies]
2929
openssl-sys = "0.2.0"
30+
[target.aarch64-unknown-linux-gnu.dependencies]
31+
openssl-sys = "0.2.0"
3032
[target.i686-unknown-freebsd.dependencies]
3133
openssl-sys = "0.2.0"
3234
[target.x86_64-unknown-freebsd.dependencies]

0 commit comments

Comments
 (0)