Fix android vcpkg compiling
This commit is contained in:
parent
fb3cd035a8
commit
d4cd6ed1ce
1 changed files with 8 additions and 3 deletions
11
vcpkg.json
11
vcpkg.json
|
@ -16,9 +16,9 @@
|
||||||
"boost-icl",
|
"boost-icl",
|
||||||
"boost-intrusive",
|
"boost-intrusive",
|
||||||
"boost-mpl",
|
"boost-mpl",
|
||||||
"boost-process",
|
|
||||||
"boost-range",
|
"boost-range",
|
||||||
"boost-spirit",
|
"boost-spirit",
|
||||||
|
"boost-process",
|
||||||
"boost-test",
|
"boost-test",
|
||||||
"boost-timer",
|
"boost-timer",
|
||||||
"boost-variant",
|
"boost-variant",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"lz4",
|
"lz4",
|
||||||
"nlohmann-json",
|
"nlohmann-json",
|
||||||
"zlib",
|
"zlib",
|
||||||
"zstd"
|
"zstd"
|
||||||
],
|
],
|
||||||
"features": {
|
"features": {
|
||||||
"yuzu-tests": {
|
"yuzu-tests": {
|
||||||
|
@ -60,6 +60,11 @@
|
||||||
{
|
{
|
||||||
"name": "fmt",
|
"name": "fmt",
|
||||||
"version": "10.1.1"
|
"version": "10.1.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "boost-process",
|
||||||
|
"version": "1.81.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue