From 851500d5cd85688292f16a0dcee04bf00b73940d Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 3 Apr 2024 13:50:13 +0200 Subject: [PATCH] looks like we got screwed by the whole xz thing too, nice --- vcpkg.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index a1bd0be5..cd5a25fb 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,11 @@ { "dependencies": [ "sdl2", - "libarchive", + { + "name": "libarchive", + "default-features": false, + "features": ["bzip2", "crypto", "libxml2", "lz4", "zstd"] + }, "libslirp", "zstd", {