diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-04-08 05:12:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 14:12:18 -0700 |
| commit | 7d596220f91f9335313aafb926ea495b0b644d9f (patch) | |
| tree | 226ca571843669487d34c9b5378a2256c80a188c /versions | |
| parent | c90db9a65ea7d6d960b77ac23d0d1accca39052b (diff) | |
| download | vcpkg-7d596220f91f9335313aafb926ea495b0b644d9f.tar.gz vcpkg-7d596220f91f9335313aafb926ea495b0b644d9f.zip | |
[wxwidgets] Fix include path in UNIX (#16371)
* [wxwidgets] Fix include path in UNIX
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/w-/wxwidgets.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a958de7da..ab595daaa 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6422,7 +6422,7 @@ }, "wxwidgets": { "baseline": "3.1.4", - "port-version": 6 + "port-version": 7 }, "x-plane": { "baseline": "3.0.3", diff --git a/versions/w-/wxwidgets.json b/versions/w-/wxwidgets.json index 43ffec5ca..c0f45d844 100644 --- a/versions/w-/wxwidgets.json +++ b/versions/w-/wxwidgets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "12acbc593b35e2d327b6fc665c8eed6e25745431", + "version-semver": "3.1.4", + "port-version": 7 + }, + { "git-tree": "eed8ba1dc939b1c1a17a05bf409142664015ad4d", "version-semver": "3.1.4", "port-version": 6 |
