summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2be5d27cc7cb..4a20d2cdbdff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,16 +92,10 @@ fi
cd mesa-$versiontag
+ rm -rf -v build_64
- # remove build dir if there is one
- if dir build_64; then
- rm -rf -v build_64
- fi
-
- # create build dir
mkdir -p -v build_64
- # build with meson
meson setup build_64/ \
-D b_ndebug=true \
-D buildtype=plain \