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 e2d9eff..274c18b 100755
--- a/mesa-run
+++ b/mesa-run
@@ -33,7 +33,7 @@ wipe|wipeout)
rm -r "${builddir}"
;&
configure)
- export LLVM_MAJOR_VERSION="19"
+ export LLVM_MAJOR_VERSION="20"
llvm_config_paths=(
"/usr/bin/llvm-config-${LLVM_MAJOR_VERSION}"
"/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/llvm-config"