From 9ee7d45a77ee71bf1d44a0db04c7ff5f7096b564 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 9 Jan 2021 12:16:23 +0100 Subject: [PATCH] Fix consistency in meson command line arguments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6375a6..df5ef8d1 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,7 @@ disable unity builds completely by getting rid of `--unity=on` at the cost of slightly longer build times. ```shell -meson setup --buildtype=release --cross-file cross-wine.conf --unity=on --unity-size=1000 build +meson setup --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=1000 build ninja -C build ```