mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix consistency in meson command line arguments
This commit is contained in:
@@ -563,7 +563,7 @@ disable unity builds completely by getting rid of `--unity=on` at the cost of
|
|||||||
slightly longer build times.
|
slightly longer build times.
|
||||||
|
|
||||||
```shell
|
```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
|
ninja -C build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user