aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index a1bd0be..3e23ff1 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,7 +1,11 @@
{
"dependencies": [
"sdl2",
- "libarchive",
+ {
+ "name": "libarchive",
+ "default-features": false,
+ "features": ["bzip2", "crypto", "lz4", "zstd"]
+ },
"libslirp",
"zstd",
{