summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baf1363eb537..ac15787151cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha256sums=('027a4cfc3f0e83d0ecd10958261c353df7d7a119895ba8c48437865ffcf88df3'
build() {
cd "$srcdir"
- arch-meson "osu-handler-wine-${pkgver}" build -D b_ndebug=true
+ arch-meson "osu-handler-wine-${pkgver}" build --unity on -D b_ndebug=true
meson compile -C build
}