Commit 805b4740 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed MinGW WinIDN lib dependency.

parent a75888f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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