summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebab1fb7a7a4..39b3596ad295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=('da82293234a36293f320a13feb59ab968ca1aabdbb9797c112114eaf836249e1')
build() {
cd "$pkgname-$pkgver"
- meson build --buildtype=release
+ arch-meson build
ninja -C build
}