mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
5941fc8ccd
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
# shellcheck disable=SC1091
|
|
|
|
set -e
|
|
|
|
_COMPILER=g++
|
|
. compiler-wrapper.sh
|