Browse Source

Fix android vcpkg compiling

pull/15/merge
Briar 9 months ago
parent
commit
2c6f24c1e4
  1. 7
      vcpkg.json

7
vcpkg.json

@ -16,9 +16,9 @@
"boost-icl",
"boost-intrusive",
"boost-mpl",
"boost-process",
"boost-range",
"boost-spirit",
"boost-process",
"boost-test",
"boost-timer",
"boost-variant",
@ -60,6 +60,11 @@
{
"name": "fmt",
"version": "10.1.1"
},
{
"name": "boost-process",
"version": "1.81.0"
}
]
}
Loading…
Cancel
Save