Skip to content

Commit a8792a4

Browse files
committed
dependency to libclang-dev on armv7
1 parent f71c7ac commit a8792a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-cross-compilation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ elif [ "$TARGETARCH" = "arm" ]; then
2525
echo "armv7-unknown-linux-gnueabihf" > /tmp/TARGET
2626
echo "arm-linux-gnueabihf-gcc" > /tmp/LINKER
2727

28-
apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross make
28+
apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross make cmake libclang-dev
2929

3030
cargo install --force --locked bindgen-cli
3131

0 commit comments

Comments
 (0)