We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad399d commit f2ca5e5Copy full SHA for f2ca5e5
Cross.toml
@@ -1,5 +1,5 @@
1
[target.aarch64-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"
+ "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH libssl-dev"
5
]
0 commit comments