From 62a3fabf254dca4b8d5666460605d8ed25080f2a Mon Sep 17 00:00:00 2001 From: finn Date: Fri, 12 Aug 2022 08:59:22 -0700 Subject: [PATCH] more deps --- prepare-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-env.sh b/prepare-env.sh index 71bcfb1..6134b05 100755 --- a/prepare-env.sh +++ b/prepare-env.sh @@ -3,7 +3,7 @@ set -exuo pipefail apt-get update -PACKAGES=("git" "cmake" "g++") +PACKAGES=("git" "cmake" "g++", "libclang-dev") case "${TARGET}" in aarch64-unknown-linux-gnu|aarch64-unknown-linux-musl) apt-get install -y "${PACKAGES[@]}" {cpp,g++,gcc}-aarch64-linux-gnu