diff options
| author | Long Huan <8551701+longhuan2018@users.noreply.github.com> | 2021-07-23 04:41:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 13:41:26 -0700 |
| commit | eabb3ffe71f54b1f0f1991bc12b27266b3daad0c (patch) | |
| tree | 1cc156bd5d85d41b9d9227085d159bc60e05932b /versions | |
| parent | 1b1d1b209d45cf3df696f9040fb099a80bec0d84 (diff) | |
| download | vcpkg-eabb3ffe71f54b1f0f1991bc12b27266b3daad0c.tar.gz vcpkg-eabb3ffe71f54b1f0f1991bc12b27266b3daad0c.zip | |
[libpq]fix windows build failure (#19031)
* fix windows build failure
fix Could not find debug or release binaries at libpq\x64-windows-rel\src\tools\msvc/Install.pm line 77.
* Update libpq.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libpq.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 294592081..510cbe831 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3478,7 +3478,7 @@ }, "libpq": { "baseline": "12.2", - "port-version": 17 + "port-version": 18 }, "libpqxx": { "baseline": "7.3.1", diff --git a/versions/l-/libpq.json b/versions/l-/libpq.json index cc0946d63..4d0501419 100644 --- a/versions/l-/libpq.json +++ b/versions/l-/libpq.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "03c934a8004ec6c34842748d18c06a38e7a8aa3e", + "version": "12.2", + "port-version": 18 + }, + { "git-tree": "01e2ad37b9df46e45826e52a6cddfb95ca137abd", "version": "12.2", "port-version": 17 |
