mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
build(vcpkg): minimize libarchive build
This avoids pulling in libxml2 for xar support, which we don't use and was giving us some trouble in CI Signed-off-by: Seth Flynn <getchoo@tuta.io> Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
df3ff60751
commit
06c3bb89ff
17
vcpkg.json
17
vcpkg.json
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"cmark",
|
|
||||||
{
|
{
|
||||||
"name": "ecm",
|
"name": "ecm",
|
||||||
"host": true
|
"host": true
|
||||||
|
|
@ -13,8 +12,20 @@
|
||||||
"name": "pkgconf",
|
"name": "pkgconf",
|
||||||
"host": true
|
"host": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"cmark",
|
||||||
|
{
|
||||||
|
"name": "libarchive",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"bzip2",
|
||||||
|
"lz4",
|
||||||
|
"lzma",
|
||||||
|
"lzo",
|
||||||
|
"zstd"
|
||||||
|
]
|
||||||
|
},
|
||||||
"tomlplusplus",
|
"tomlplusplus",
|
||||||
"zlib",
|
"zlib"
|
||||||
"libarchive"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue