vcpkg/ports/getopt-win32/vcpkg.json
Alexander Neumann 71f5a6f9fe
[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>
2021-05-21 00:50:11 -07:00

9 lines
210 B
JSON

{
"name": "getopt-win32",
"version-string": "0.1",
"port-version": 1,
"description": "An implementation of getopt.",
"homepage": "https://github.com/libimobiledevice-win32",
"supports": "windows"
}