Files
third_party_mesa3d/.gitlab-ci/build/compiler-wrapper-clang++-15.sh
2023-05-25 16:06:53 +02:00

8 lines
90 B
Bash
Executable File

#!/bin/sh
# shellcheck disable=SC1091
set -e
_COMPILER=clang++-15
. compiler-wrapper.sh