From 8fc95089d176e6973855004b36107bc2d4d052c9 Mon Sep 17 00:00:00 2001 From: Undefine Date: Thu, 15 Jan 2026 17:06:04 +0100 Subject: [PATCH] Meta: Replace `freebsd | openbsd` in vcpkg.json with `bsd` This makes the file just a little bit cleaner and makes the work for supporting future BSD systems simpler. --- vcpkg.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index f309e15350..5d94edfb4e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -57,11 +57,11 @@ }, { "name": "fontconfig", - "platform": "linux | freebsd | openbsd | osx" + "platform": "linux | bsd | osx" }, { "name": "harfbuzz", - "platform": "linux | freebsd | openbsd | windows", + "platform": "linux | bsd | windows", "features": [ "freetype", "icu" @@ -189,7 +189,7 @@ }, { "name": "skia", - "platform": "linux | freebsd | openbsd", + "platform": "linux | bsd", "default-features": false, "features": [ "freetype",