From aa450db1f74432e8bf39d2073f3d12ee28c90b95 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 24 Mar 2025 16:35:51 -0600 Subject: [PATCH] [README.mingw.md] Update for newer meson https://github.com/mesonbuild/meson/issues/14400 --- README.mingw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mingw.md b/README.mingw.md index e5b6c69cb..4f7163e99 100644 --- a/README.mingw.md +++ b/README.mingw.md @@ -46,7 +46,7 @@ Follow the instructions you got from brew. This should do it: 3. Install dependencies. First, make sure you do not have the mingw32 harfbuzz package, as that will -override our own build: +override our own build with older `meson`: - Fedora, 32bit: `dnf remove mingw32-harfbuzz` - Fedora, 64bit: `dnf remove mingw64-harfbuzz`