mesytec-mnode/external/spdlog-1.14.0/scripts/ci_setup_clang.sh
2024-12-28 17:53:22 +01:00

12 lines
226 B
Bash
Executable file

#!/bin/bash
set -ex
VERSION=$1
apt-get update
apt-get install -y libc++-${VERSION}-dev libc++abi-${VERSION}-dev
if [[ "${VERSION}" -ge 12 ]]; then
apt-get install -y --no-install-recommends libunwind-${VERSION}-dev
fi