Skip to content

Commit 4207b2b

Browse files
committedJan 3, 2015
Merge pull request #35 from akiss77/pr-libgit2-sys-aarch64-deps
Make `libgit2-sys` depend on `openssl-sys` for `aarch64-unknown-linux-gnu` triple as well
2 parents c29298f + 5ac3a85 commit 4207b2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎libgit2-sys/Cargo.toml

+2
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)
Please sign in to comment.