summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-06-24 13:44:26 +0200
committerRobbert van der Helm2021-06-24 13:44:34 +0200
commit8879075e803bbb3358d97fae2bd27fa768d17fae (patch)
treefadf4a76c85ef1750595c8d7a9fa70dd0b08425e
parent658d3d01d8935297ad3b926418487180b5a4ac34 (diff)
downloadaur-8879075e803bbb3358d97fae2bd27fa768d17fae.tar.gz
Change meson setup argument order
To match changes in readme.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6608a34543a6..05fb7d5d16bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,12 +36,12 @@ build() {
# If building takes up too much RAM then you can decrease the unity size or
# completely disable unity builds.
meson setup \
+ build \
--cross-file cross-wine.conf \
--buildtype=release \
--unity=on \
--unity-size=1000 \
- -Dwith-bitbridge=true \
- build
+ -Dwith-bitbridge=true
# The unity build takes can take up to 2 GB of RAM per target, so if the
# system does not have enough RAM to build everything at once we'll limit the