mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:07:17 +03:00
Changed MinGW to use own winidn prototypes.
This commit is contained in:
parent
ded3638d97
commit
b98594c8bf
1 changed files with 1 additions and 2 deletions
|
|
@ -138,9 +138,8 @@ ifdef IDN
|
|||
DLL_LIBS += -L$(LIBIDN_PATH)/lib -lidn
|
||||
else
|
||||
ifdef WINIDN
|
||||
INCLUDES += -I"$(WINIDN_PATH)/include"
|
||||
CFLAGS += -DHAVE_NORMALIZATION_H
|
||||
CFLAGS += -DUSE_WIN32_IDN
|
||||
CFLAGS += -DWANT_IDN_PROTOTYPES
|
||||
DLL_LIBS += -L"$(WINIDN_PATH)" -lnormaliz
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue