diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-09-11 09:29:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 18:29:46 -0700 |
| commit | 1909fbc4eb8ef30017a79dce50c0f232d149a051 (patch) | |
| tree | 1f2724bab18efa707e602d4cc2a4a9c84cb0205a /versions/l- | |
| parent | a241dd2859f92f09f801cda2255a94e7bf8336db (diff) | |
| download | vcpkg-1909fbc4eb8ef30017a79dce50c0f232d149a051.tar.gz vcpkg-1909fbc4eb8ef30017a79dce50c0f232d149a051.zip | |
[libpqxx] Fix build issue with vs2017 (#20095)
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 e58233f97..37d3671b4 100644 --- a/versions/l-/libpqxx.json +++ b/versions/l-/libpqxx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "37cce5f0124f6f870793a650937ca978c1fc4750", + "version-semver": "7.6.0", + "port-version": 1 + }, + { "git-tree": "bbbc587d55d5d1ee059e417b045dfc82ca4897c2", "version-semver": "7.6.0", "port-version": 0 |
