mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[libarchive ] Fix fix build on iOS (#41897)
This commit is contained in:
parent
9d163f0612
commit
9dc5f80db5
@ -56,6 +56,7 @@ vcpkg_cmake_configure(
|
||||
-DENABLE_EXPAT=OFF
|
||||
-DENABLE_LibGCC=OFF
|
||||
-DENABLE_CNG=OFF
|
||||
-DENABLE_UNZIP=OFF
|
||||
-DENABLE_TAR=OFF
|
||||
-DENABLE_CPIO=OFF
|
||||
-DENABLE_CAT=OFF
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libarchive",
|
||||
"version": "3.7.7",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Library for reading and writing streaming archives",
|
||||
"homepage": "https://www.libarchive.org",
|
||||
"license": null,
|
||||
|
@ -4290,7 +4290,7 @@
|
||||
},
|
||||
"libarchive": {
|
||||
"baseline": "3.7.7",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libass": {
|
||||
"baseline": "0.17.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "273f56c8b692d2fb25364dd5b117f22449578ffe",
|
||||
"version": "3.7.7",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "b77dc1277af32b25c44e58cc233a034fa6659110",
|
||||
"version": "3.7.7",
|
||||
|
Loading…
Reference in New Issue
Block a user