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.
This commit is contained in:
Undefine
2026-01-15 17:06:04 +01:00
committed by Andrew Kaster
parent 844bdb8af3
commit 8fc95089d1
Notes: github-actions[bot] 2026-01-16 18:09:14 +00:00

View File

@@ -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",