From dd741e722f960c221c26b40fea3013b4339e6f95 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 21 Jan 2023 20:12:02 +0000 Subject: [PATCH] README: fix tests option to reflect meson changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b434a77..0c1b136 100644 --- a/README.md +++ b/README.md @@ -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