diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-05-21 09:50:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 00:50:11 -0700 |
| commit | 71f5a6f9fe3fc9fbd0a10604d50dea4d49fc6825 (patch) | |
| tree | fa16f0e2e80231c3afad79828917241f06e853d2 /versions | |
| parent | 094e58f2b01a6bf257412aba433fca3e2f638be8 (diff) | |
| download | vcpkg-71f5a6f9fe3fc9fbd0a10604d50dea4d49fc6825.tar.gz vcpkg-71f5a6f9fe3fc9fbd0a10604d50dea4d49fc6825.zip | |
[getopt-win32] fix static builds (#17942)
* vcpkg_fixup_pkgconfig for allgero5
* version stuff
* Small MSbuild fixes for static builds.
* version stuff
* update baseline
* commit vcpkg.json
* version stuff
* remove blocking line
* version stuff
* fix missing preprocessor definition
* version stuff
* Update ports/getopt-win32/portfile.cmake
Apply CR changes
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* version stuff
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/getopt-win32.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 01cdff6c7..a7faa613c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2226,7 +2226,7 @@ }, "getopt-win32": { "baseline": "0.1", - "port-version": 0 + "port-version": 1 }, "gettext": { "baseline": "0.21", diff --git a/versions/g-/getopt-win32.json b/versions/g-/getopt-win32.json index 91f3a4c7d..890684207 100644 --- a/versions/g-/getopt-win32.json +++ b/versions/g-/getopt-win32.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d4b235f13a89dbec23f09caa05c7b71c176cfab8", + "version-string": "0.1", + "port-version": 1 + }, + { "git-tree": "f54e92c884b42be2395cb2c5929785cb2db8ad9b", "version-string": "0.1", "port-version": 0 |
