mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg baseline] [libirecovery] Fix supports (#28380)
* Fix ci error * update version * update portfile.cmake * update version
This commit is contained in:
parent
9985f30db4
commit
f0a5a4515b
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "libirecovery",
|
||||
"version": "1.0.25",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux",
|
||||
"license": "LGPL-2.1-only",
|
||||
"supports": "windows & !arm64",
|
||||
"supports": "windows & !arm64 & !static & !staticcrt",
|
||||
"dependencies": [
|
||||
"getopt",
|
||||
"libusbmuxd",
|
||||
|
@ -468,7 +468,6 @@ libmysql:arm64-windows=fail
|
||||
libopusenc:arm-uwp=fail
|
||||
libopusenc:x64-uwp=fail
|
||||
libosip2:x64-windows-static-md=fail
|
||||
libplist:x64-windows-static=fail
|
||||
libpng-apng:arm64-windows = skip
|
||||
libpng-apng:arm-uwp = skip
|
||||
libpng-apng:x64-linux = skip
|
||||
|
@ -3886,7 +3886,7 @@
|
||||
},
|
||||
"libirecovery": {
|
||||
"baseline": "1.0.25",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"libjpeg-turbo": {
|
||||
"baseline": "2.1.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "da471f398ce0264ef333dfbaaa521c79c51ab5f9",
|
||||
"version": "1.0.25",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "586b5bd01468f7690094397c1b3f8fed0456d65e",
|
||||
"version": "1.0.25",
|
||||
|
Loading…
x
Reference in New Issue
Block a user