diff options
| author | Guenter Knauf <lists@gknw.net> | 2011-09-17 17:59:35 +0200 |
|---|---|---|
| committer | Guenter Knauf <lists@gknw.net> | 2011-09-17 17:59:35 +0200 |
| commit | 805b4740c7113c73cc3efc81c2baa79dfcdd9215 (patch) | |
| tree | 1b4d11c022ccf8a3f61f57863ab79cc2713af211 | |
| parent | a75888f1d3ffcc026a66abd06697deed59489d48 (diff) | |
Fixed MinGW WinIDN lib dependency.
| -rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 27a639d71..fff4725c9 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -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 |
