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 f71c7ac commit a8792a4Copy full SHA for a8792a4
scripts/setup-cross-compilation.sh
@@ -25,7 +25,7 @@ elif [ "$TARGETARCH" = "arm" ]; then
25
echo "armv7-unknown-linux-gnueabihf" > /tmp/TARGET
26
echo "arm-linux-gnueabihf-gcc" > /tmp/LINKER
27
28
- apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross make
+ apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross make cmake libclang-dev
29
30
cargo install --force --locked bindgen-cli
31
0 commit comments