From 0d85277c98be7fe0c510b217a139cef2ff016704 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 20 Jun 2023 18:22:16 -0400 Subject: mesa-run: Make and use LLVM_MAJOR_VERSION variable --- mesa-run | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mesa-run') diff --git a/mesa-run b/mesa-run index 639efea..eb6f730 100755 --- a/mesa-run +++ b/mesa-run @@ -30,10 +30,11 @@ wipe|wipeout) exec meson setup --wipe "${builddir}" ;; configure) - #export CC=clang - #export CXX=clang++ - #export CC_LD=lld - #export CXX_LD=lld + export LLVM_MAJOR_VERSION="16" + #export CC="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang" + #export CXX="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang++" + #export CC_LD="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/lld" + #export CXX_LD="${CC_LD}" args=( -Dprefix="${prefix}" -- cgit v1.2.3