1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fixed MinGW WinIDN lib dependency.

This commit is contained in:
Guenter Knauf 2011-09-17 17:59:35 +02:00
parent a75888f1d3
commit 805b4740c7

View File

@ -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