mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:52:53 +08:00
[msix] add support expression (#24228)
This commit is contained in:
parent
a77d23729a
commit
ecc57a5c4d
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "msix",
|
"name": "msix",
|
||||||
"version": "1.7",
|
"version": "1.7",
|
||||||
"port-version": 3,
|
"port-version": 4,
|
||||||
"description": "The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.",
|
"description": "The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.",
|
||||||
"homepage": "https://github.com/microsoft/msix-packaging",
|
"homepage": "https://github.com/microsoft/msix-packaging",
|
||||||
|
"license": "MIT",
|
||||||
|
"supports": "!static",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"catch2",
|
"catch2",
|
||||||
{
|
{
|
||||||
|
@ -786,9 +786,6 @@ mpir:x64-windows-static-md=skip
|
|||||||
mpir:arm64-windows=skip
|
mpir:arm64-windows=skip
|
||||||
mpir:x64-osx=skip
|
mpir:x64-osx=skip
|
||||||
mpir:x64-linux=skip
|
mpir:x64-linux=skip
|
||||||
msix:x64-linux=fail
|
|
||||||
msix:x64-osx=fail
|
|
||||||
msix:x64-windows-static=fail
|
|
||||||
msmpi:arm64-windows=fail
|
msmpi:arm64-windows=fail
|
||||||
msmpi:arm-uwp=fail
|
msmpi:arm-uwp=fail
|
||||||
msmpi:x64-linux=fail
|
msmpi:x64-linux=fail
|
||||||
|
@ -4686,7 +4686,7 @@
|
|||||||
},
|
},
|
||||||
"msix": {
|
"msix": {
|
||||||
"baseline": "1.7",
|
"baseline": "1.7",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"msmpi": {
|
"msmpi": {
|
||||||
"baseline": "10.1.12498",
|
"baseline": "10.1.12498",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "13d1f847b9d20c6ff27d6bed27728fb145aedd50",
|
||||||
|
"version": "1.7",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e544825ca69bfca4e3f54141bf62cacb1cd878ea",
|
"git-tree": "e544825ca69bfca4e3f54141bf62cacb1cd878ea",
|
||||||
"version": "1.7",
|
"version": "1.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user