summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
Diffstat (limited to 'mesa-run')
-rwxr-xr-xmesa-run4
1 files 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"