From 9b76c3dcccbc5c155258651cbf52d901f03b47a9 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 31 Jul 2024 23:16:16 -0400 Subject: mesa-run: Make 'wipe' use new configuration args --- mesa-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesa-run b/mesa-run index 97da05e..b03c2cb 100755 --- a/mesa-run +++ b/mesa-run @@ -29,8 +29,8 @@ esac case "$1" in wipe|wipeout) echo "Removing ${builddir}" - exec meson setup --wipe "${builddir}" - ;; + rm -r "${builddir}" + ;& configure) export LLVM_MAJOR_VERSION="17" export LLVM_CONFIG="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/llvm-config" -- cgit v1.2.3