Fix android vcpkg compiling

This commit is contained in:
Briar 2025-04-02 02:40:35 +02:00
parent 8649febd5e
commit 2c6f24c1e4

View file

@ -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",
@ -60,6 +60,11 @@
{ {
"name": "fmt", "name": "fmt",
"version": "10.1.1" "version": "10.1.1"
},
{
"name": "boost-process",
"version": "1.81.0"
} }
] ]
} }