Fix stupid typo in readme and GitHub Actions build

This commit is contained in:
Robbert van der Helm
2020-06-08 16:12:39 +02:00
parent c4842ccda6
commit d032405c78
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -336,9 +336,9 @@ bit versions of the Boost and XCB libraries. This can then be set up as follows:
```shell
# Enable the bitbridge on an existing build
meson configure build -Dwidth-bitbridge=true
meson configure build -Dwith-bitbridge=true
# Or configure a new build from scratch
meson setup --buildtype=release --cross-file cross-wine.conf -Dwidth-bitbridge=true build
meson setup --buildtype=release --cross-file cross-wine.conf -Dwith-bitbridge=true build
ninja -C build
```
@@ -401,5 +401,5 @@ Other desktop environments and window managers will require some slight
modifications in `src/plugin/plugin-bridge.cpp`. To enable this, simply run:
```shell
meson configure build --buildtype=debug -Dwidth-winedbg=true
meson configure build --buildtype=debug -Dwith-winedbg=true
```