diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-03-11 04:04:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 14:04:40 -0600 |
| commit | cea2b1232af82690d90641b8480a7123f6009577 (patch) | |
| tree | 9210c0abdf0940a8bd7cdf4cddc4840043eb388c /versions | |
| parent | 9e1be5ab5caf701250ea25e6ab1f24125b7fb682 (diff) | |
| download | vcpkg-cea2b1232af82690d90641b8480a7123f6009577.tar.gz vcpkg-cea2b1232af82690d90641b8480a7123f6009577.zip | |
[msix] Add DISABLE_PARALLEL_CONFIGURE (#16488)
* [msix] Add DISABLE_PARALLEL_CONFIGURE
* Update versions
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/msix.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0aaed605a..47b701593 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3977,8 +3977,8 @@ "port-version": 0 }, "msix": { - "baseline": "1.7-2", - "port-version": 0 + "baseline": "1.7", + "port-version": 3 }, "msmpi": { "baseline": "10.1", diff --git a/versions/m-/msix.json b/versions/m-/msix.json index b886d12d8..f76cdce2f 100644 --- a/versions/m-/msix.json +++ b/versions/m-/msix.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e544825ca69bfca4e3f54141bf62cacb1cd878ea", + "version": "1.7", + "port-version": 3 + }, + { "git-tree": "d99bfeedaecfb8155ed9a404e3aa683f1b1df72a", "version-string": "1.7-2", "port-version": 0 |
