基于SDL的超级简单的飞机大战小游戏
This commit is contained in:
12
lib/spdlog/scripts/ci_setup_clang.sh
Normal file
12
lib/spdlog/scripts/ci_setup_clang.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user