vcpkg/ports/gettext/vcpkg.json
Max Khon e2a2317755
[gettext] Fix tools build: (#22211)
msginit-msginit.obj : error LNK2019: unresolved external symbol __imp_optarg_a referenced in function main
.libs\msginit.exe : fatal error LNK1120: 1 unresolved externals
2022-01-04 12:24:50 -08:00

16 lines
354 B
JSON

{
"name": "gettext",
"version": "0.21",
"port-version": 8,
"description": "GNU gettext provides libintl and a set of tools to help produce multi-lingual messages.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [
"libiconv"
],
"features": {
"tools": {
"description": "Build gettext tools"
}
}
}