We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2467a37 commit 8808154Copy full SHA for 8808154
Cross.toml
@@ -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