[libarchive ] Fix fix build on iOS (#41897)

This commit is contained in:
Mathieu Pellerin 2024-11-06 02:16:40 +07:00 committed by GitHub
parent 9d163f0612
commit 9dc5f80db5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -56,6 +56,7 @@ vcpkg_cmake_configure(
-DENABLE_EXPAT=OFF -DENABLE_EXPAT=OFF
-DENABLE_LibGCC=OFF -DENABLE_LibGCC=OFF
-DENABLE_CNG=OFF -DENABLE_CNG=OFF
-DENABLE_UNZIP=OFF
-DENABLE_TAR=OFF -DENABLE_TAR=OFF
-DENABLE_CPIO=OFF -DENABLE_CPIO=OFF
-DENABLE_CAT=OFF -DENABLE_CAT=OFF

View File

@ -1,7 +1,7 @@
{ {
"name": "libarchive", "name": "libarchive",
"version": "3.7.7", "version": "3.7.7",
"port-version": 1, "port-version": 2,
"description": "Library for reading and writing streaming archives", "description": "Library for reading and writing streaming archives",
"homepage": "https://www.libarchive.org", "homepage": "https://www.libarchive.org",
"license": null, "license": null,

View File

@ -4290,7 +4290,7 @@
}, },
"libarchive": { "libarchive": {
"baseline": "3.7.7", "baseline": "3.7.7",
"port-version": 1 "port-version": 2
}, },
"libass": { "libass": {
"baseline": "0.17.3", "baseline": "0.17.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "273f56c8b692d2fb25364dd5b117f22449578ffe",
"version": "3.7.7",
"port-version": 2
},
{ {
"git-tree": "b77dc1277af32b25c44e58cc233a034fa6659110", "git-tree": "b77dc1277af32b25c44e58cc233a034fa6659110",
"version": "3.7.7", "version": "3.7.7",