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:
parent
844bdb8af3
commit
8fc95089d1
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue