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 2dc131b commit f71c7acCopy full SHA for f71c7ac
scripts/setup-cross-compilation.sh
@@ -18,7 +18,7 @@ elif [ "$TARGETARCH" = "arm64" ]; then
18
echo "aarch64-unknown-linux-gnu" > /tmp/TARGET
19
echo "aarch64-linux-gnu-gcc" > /tmp/LINKER
20
21
- apt-get install -y gcc-aarch64-linux-gnu libgcc-s1-arm64-cross
+ apt-get install -y gcc-aarch64-linux-gnu libgcc-s1-arm64-cross make
22
23
LIBDIR="/usr/aarch64-linux-gnu/lib"
24
elif [ "$TARGETARCH" = "arm" ]; then
0 commit comments