mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:49:02 +08:00
c0cb0414b7
libidn2: Enable android support. libgnutls: CCAS defaults to CC, but CCASFLAGS would lack what we move to CPPFLAGS. --------- Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
27 lines
645 B
JSON
27 lines
645 B
JSON
{
|
|
"name": "libidn2",
|
|
"version": "2.3.7",
|
|
"description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.",
|
|
"homepage": "https://www.gnu.org/software/libidn/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libiconv",
|
|
"libunistring"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|