mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
7 lines
90 B
Bash
Executable file
7 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
# shellcheck disable=SC1091
|
|
|
|
set -e
|
|
|
|
_COMPILER=clang++-15
|
|
. compiler-wrapper.sh
|