Skip to content

Commit a8ba9f1

Browse files
committed
Make curl-sys depend on openssl-sys for aarch64-unknown-linux-gnu triple as well.
1 parent 6f4d66e commit a8ba9f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

curl-sys/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ openssl-sys = "0.2.0"
2929
openssl-sys = "0.2.0"
3030
[target.arm-unknown-linux-gnueabihf.dependencies]
3131
openssl-sys = "0.2.0"
32+
[target.aarch64-unknown-linux-gnu.dependencies]
33+
openssl-sys = "0.2.0"
3234
[target.i686-unknown-freebsd.dependencies]
3335
openssl-sys = "0.2.0"
3436
[target.x86_64-unknown-freebsd.dependencies]

0 commit comments

Comments
 (0)