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

8 lines
83 B
Bash
Executable File

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