mesa/.gitlab-ci/build/compiler-wrapper-gcc.sh

8 lines
83 B
Bash
Executable File

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