mirror of
https://github.com/moparisthebest/curl
synced 2024-11-13 13:05:03 -05:00
Fixed MinGW WinIDN lib dependency.
This commit is contained in:
parent
a75888f1d3
commit
805b4740c7
@ -158,7 +158,7 @@ ifdef IDN
|
|||||||
else
|
else
|
||||||
ifdef WINIDN
|
ifdef WINIDN
|
||||||
CFLAGS += -DUSE_WIN32_IDN
|
CFLAGS += -DUSE_WIN32_IDN
|
||||||
DLL_LIBS += -L"$(WINIDN_PATH)" -lnormaliz
|
curl_LDADD += -L"$(WINIDN_PATH)" -lnormaliz
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifdef SSPI
|
ifdef SSPI
|
||||||
|
Loading…
Reference in New Issue
Block a user