From a8792a4e893db3a883178acffc55b94769a05e83 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Thu, 9 Oct 2025 18:26:38 +0200 Subject: [PATCH] dependency to libclang-dev on armv7 --- scripts/setup-cross-compilation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-cross-compilation.sh b/scripts/setup-cross-compilation.sh index e78be8ae..941c99b9 100755 --- a/scripts/setup-cross-compilation.sh +++ b/scripts/setup-cross-compilation.sh @@ -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