mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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.
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user