summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-06-24 13:45:26 +0200
committerRobbert van der Helm2021-06-24 13:45:26 +0200
commite70aebb79852cc8109e26365b21d9c03dc2d2d35 (patch)
tree3505bc198e9b4df2a5c7de4ef588963d775162a6
parenta1ace5b0510ac346655ec561411060e71d797be6 (diff)
downloadaur-e70aebb79852cc8109e26365b21d9c03dc2d2d35.tar.gz
Change meson build argument order
To match the new order from the readme.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 587c17ebf74b..96e42c1610a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,12 +44,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