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 ad029a7 commit e548978Copy full SHA for e548978
Cross.toml
@@ -0,0 +1,17 @@
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
+]
6
+
7
+[target.x86_64-unknown-linux-musl]
8
9
10
11
12
13
+[target.i686-unknown-linux-musl]
14
15
16
17
0 commit comments