Fix consistency in meson command line arguments

This commit is contained in:
Robbert van der Helm
2021-01-09 12:16:23 +01:00
parent c78fcbd3c0
commit 9ee7d45a77
+1 -1
View File
@@ -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
```