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