mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 08:47:50 +08:00
e2a2317755
msginit-msginit.obj : error LNK2019: unresolved external symbol __imp_optarg_a referenced in function main .libs\msginit.exe : fatal error LNK1120: 1 unresolved externals
16 lines
354 B
JSON
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"
|
|
}
|
|
}
|
|
}
|