Skip to content

Commit 8808154

Browse files
committed
[Update] install openssl during build stage
1 parent 2467a37 commit 8808154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cross.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.x86_64-unknown-linux-gnu]
2+
pre-build = [
3+
"dpkg --add-architecture $CROSS_DEB_ARCH",
4+
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
5+
]

0 commit comments

Comments
 (0)