README: fix tests option to reflect meson changes
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/249/head
Ariadne Conill 2023-01-21 20:12:02 +00:00
parent 506ebab7d6
commit dd741e722f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ pkgconf is compiled using [Meson](https://mesonbuild.com) on Windows. In theory,
Meson to build on UNIX, but this is not recommended at this time as it pkgconf is typically built
much earlier than Meson.
$ meson setup build -Dtests=false
$ meson setup build -Dtests=disabled
$ meson compile -C build
$ meson install -C build