build(vcpkg): only use pkgconf with msvc

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2026-08-01 13:21:46 -04:00
parent c57f957b96
commit 97d5334475

View File

@@ -10,7 +10,8 @@
},
{
"name": "pkgconf",
"host": true
"host": true,
"platform": "windows & !mingw"
},
"cmark",