Skip to content

Commit 35ad5fd

Browse files
committed
attempt to fix libarchive linker issue
1 parent 00ad3a7 commit 35ad5fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vcpkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"dependencies": [
44
"zstd",
55
"curl",
6-
"libxml2",
76
"libiconv",
7+
{
8+
"features": ["iconv", "lzma", "zlib"],
9+
"name": "libxml2"
10+
},
811
{
912
"name": "winreg",
1013
"platform": "windows"

0 commit comments

Comments
 (0)