diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-02-03 11:21:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 11:21:48 -0800 |
| commit | 23971254df39acd4231437b6086a696c39bf8765 (patch) | |
| tree | 048d790e5be05ce718a1792b1224df38ca691959 /versions/l- | |
| parent | e5806b92c2d787e458f455c4a6ddad7ab1d70956 (diff) | |
| download | vcpkg-23971254df39acd4231437b6086a696c39bf8765.tar.gz vcpkg-23971254df39acd4231437b6086a696c39bf8765.zip | |
[libpqxx] Fix build with Visual Studio 2017 (#15995)
* [libpqxx] Fix build with Visual Studio 2017
* update version record
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libpqxx.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libpqxx.json b/versions/l-/libpqxx.json index f93cd52e6..38376e0dc 100644 --- a/versions/l-/libpqxx.json +++ b/versions/l-/libpqxx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ac2255ecfdb7a6d5b6307413f181117d005a4989", + "version-string": "7.3.1", + "port-version": 1 + }, + { "git-tree": "66295fd2998b54f3f4fd43702c0f402fef16fccd", "version-string": "7.3.1", "port-version": 0 |
