]> granicus.if.org Git - curl/commit
makefile.m32: add support for libidn2
authorViktor Szakats <vszakats@users.noreply.github.com>
Tue, 22 Aug 2017 07:13:20 +0000 (07:13 +0000)
committerViktor Szakats <vszakats@users.noreply.github.com>
Tue, 22 Aug 2017 07:13:20 +0000 (07:13 +0000)
commit43fb867a58202bcccbbfa92fe819cec79be19468
tree26ceb031a02efa2266e9886778662a03cc7a79e4
parentebf46317ee6f9174748fd587c9137270f35704e7
makefile.m32: add support for libidn2

libidn was replaced with libidn2 last year in configure.
Caveat: libidn2 may depend on a list of further libs.
These can be manually specified via CURL_LDFLAG_EXTRAS.

Closes https://github.com/curl/curl/pull/1815
lib/Makefile.m32
src/Makefile.m32