diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-08-03 07:44:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 16:44:53 -0700 |
| commit | fb24bdc58be7791fcf31baa8476eb6561010b06a (patch) | |
| tree | a5f193203dd76ef9c2489c7c1a482099c29bf19f /versions | |
| parent | 2f573976e68cc1ededbfa811adb4475dea321872 (diff) | |
| download | vcpkg-fb24bdc58be7791fcf31baa8476eb6561010b06a.tar.gz vcpkg-fb24bdc58be7791fcf31baa8476eb6561010b06a.zip | |
[libxml2] Fix build error on uwp (#19221)
* [libxml2] Fix build error on uwp
* Update versions
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libxml2.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ba5baae9e..30a4f3834 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3754,7 +3754,7 @@ }, "libxml2": { "baseline": "2.9.12", - "port-version": 1 + "port-version": 2 }, "libxmlmm": { "baseline": "0.6.0", diff --git a/versions/l-/libxml2.json b/versions/l-/libxml2.json index d88953a5a..ea8950c96 100644 --- a/versions/l-/libxml2.json +++ b/versions/l-/libxml2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f86cd2ab2c75dcd8e97ee18191b343f0b31bfb7c", + "version-semver": "2.9.12", + "port-version": 2 + }, + { "git-tree": "a68bece41619060ca2e212b916dcc60c65ca3603", "version-semver": "2.9.12", "port-version": 1 |
