From 83bfba79b6717784b61463b8c501ae652ae6d207 Mon Sep 17 00:00:00 2001 From: pheonixfirewingz Date: Thu, 10 Oct 2024 17:33:59 -0600 Subject: [PATCH] Meta: Add windows options to vcpkg --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index b906516a076..68a00d06859 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -10,7 +10,7 @@ }, { "name": "fontconfig", - "platform": "linux | freebsd | openbsd | osx" + "platform": "linux | freebsd | openbsd | osx | windows" }, "harfbuzz", "icu", @@ -47,7 +47,7 @@ }, { "name": "skia", - "platform": "linux | freebsd | openbsd", + "platform": "linux | freebsd | openbsd | windows", "features": [ "vulkan" ]