dependency to libclang-dev on armv7

This commit is contained in:
lovasoa
2025-10-09 18:26:38 +02:00
parent f71c7ac864
commit a8792a4e89
+1 -1
View File
@@ -25,7 +25,7 @@ elif [ "$TARGETARCH" = "arm" ]; then
echo "armv7-unknown-linux-gnueabihf" > /tmp/TARGET
echo "arm-linux-gnueabihf-gcc" > /tmp/LINKER
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
cargo install --force --locked bindgen-cli