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.
cross
Cargo.toml
1 parent 583ba2d commit e4be3acCopy full SHA for e4be3ac
Cargo.toml
@@ -29,7 +29,7 @@ indicatif = "0.17.8"
29
clap-verbosity-flag = "2.2.1"
30
31
# Install openssl for the linux arm64 build
32
-[workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
+[package.metadata.cross.target.aarch64-unknown-linux-gnu]
33
pre-build = [
34
"dpkg --add-architecture $CROSS_DEB_ARCH",
35
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
0 commit comments