From 97d53344754d387bdc0dfd48baecb208ab261849 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 1 Aug 2026 13:21:46 -0400 Subject: [PATCH] build(vcpkg): only use pkgconf with msvc Signed-off-by: Seth Flynn --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 942e6d9e4..83d1bc1cf 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -10,7 +10,8 @@ }, { "name": "pkgconf", - "host": true + "host": true, + "platform": "windows & !mingw" }, "cmark",