mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-19 06:31:29 +00:00
Fix android vcpkg compiling
This commit is contained in:
+8
-3
@@ -16,9 +16,9 @@
|
||||
"boost-icl",
|
||||
"boost-intrusive",
|
||||
"boost-mpl",
|
||||
"boost-process",
|
||||
"boost-range",
|
||||
"boost-spirit",
|
||||
"boost-process",
|
||||
"boost-test",
|
||||
"boost-timer",
|
||||
"boost-variant",
|
||||
@@ -26,7 +26,7 @@
|
||||
"lz4",
|
||||
"nlohmann-json",
|
||||
"zlib",
|
||||
"zstd"
|
||||
"zstd"
|
||||
],
|
||||
"features": {
|
||||
"yuzu-tests": {
|
||||
@@ -60,6 +60,11 @@
|
||||
{
|
||||
"name": "fmt",
|
||||
"version": "10.1.1"
|
||||
},
|
||||
{
|
||||
"name": "boost-process",
|
||||
"version": "1.81.0"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user