mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[libidn2] Generally disable AUTOPOINT (#34234)
This commit is contained in:
parent
98da1aa366
commit
2f94f0e5a6
@ -29,9 +29,9 @@ vcpkg_list(SET options)
|
||||
if("nls" IN_LIST FEATURES)
|
||||
vcpkg_list(APPEND options "--enable-nls")
|
||||
else()
|
||||
set(ENV{AUTOPOINT} true) # true, the program
|
||||
vcpkg_list(APPEND options "--disable-nls")
|
||||
endif()
|
||||
set(ENV{AUTOPOINT} true) # true, the program
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
vcpkg_list(APPEND options "CPPFLAGS=\$CPPFLAGS -DIDN2_STATIC")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libidn2",
|
||||
"version": "2.3.4",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"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,
|
||||
|
@ -4298,7 +4298,7 @@
|
||||
},
|
||||
"libidn2": {
|
||||
"baseline": "2.3.4",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libigl": {
|
||||
"baseline": "2.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "20e169744f242f67bc4b4dc310f5785d55dba58c",
|
||||
"version": "2.3.4",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "4784d5f7f99d7ea1ebe6f1ef01943e402e7bfddf",
|
||||
"version": "2.3.4",
|
||||
|
Loading…
Reference in New Issue
Block a user