Skip to content

Commit bf54078

Browse files
authored
Update Cross.toml
1 parent 3d6f3d1 commit bf54078

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cross.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ pre-build = [
33
"dpkg --add-architecture $CROSS_DEB_ARCH",
44
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
55
]
6+
7+
[target.aarch64-unknown-linux-gnu]
8+
pre-build = [
9+
"dpkg --add-architecture $CROSS_DEB_ARCH",
10+
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
11+
]

0 commit comments

Comments
 (0)