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 9872234 commit 8ad2892Copy full SHA for 8ad2892
1 file changed
scripts/setup-cross-compilation.sh
@@ -6,6 +6,7 @@ BUILDARCH="$2"
6
BINDGEN_EXTRA_CLANG_ARGS=""
7
8
apt-get update
9
+apt-get install -y perl
10
11
if [ "$TARGETARCH" = "$BUILDARCH" ]; then
12
TARGET="$(rustup target list --installed | head -n1)"
0 commit comments