diff options
author | Matt Turner <mattst88@gmail.com> | 2025-07-03 22:45:20 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-07-03 22:45:20 -0400 |
commit | cd7eb20b21e0c98bf88a7934c4457481925cbbab (patch) | |
tree | 30ef63a6e53a3782b976ba3bfc6bdb6ce7059b9a /mesa-run | |
parent | 4050ca7c45a7736cad3b2a02391aceb61c250b52 (diff) |
Diffstat (limited to 'mesa-run')
-rwxr-xr-x | mesa-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |