summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
Diffstat (limited to 'mesa-run')
-rwxr-xr-xmesa-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-run b/mesa-run
index 1f8c2d9..f951c1c 100755
--- a/mesa-run
+++ b/mesa-run
@@ -31,7 +31,7 @@ wipe|wipeout)
exec meson setup --wipe "${builddir}"
;;
configure)
- export LLVM_MAJOR_VERSION="16"
+ export LLVM_MAJOR_VERSION="17"
export LLVM_CONFIG="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/llvm-config"
#export CC="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang"
#export CXX="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang++"