summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-04-30 11:56:05 +0100
committerVincent Sanders <vince@kyllikki.org>2014-04-30 11:56:57 +0100
commit56b42943d0ad0d032b2219290a2b7a02fa598466 (patch)
tree4c7b4eb8123aa875ecfbc3fe5f954b7d1816d32e /windows
parent1822b7c1633671cd41e60a04f7eeaf86dcec4141 (diff)
downloadnetsurf-56b42943d0ad0d032b2219290a2b7a02fa598466.tar.gz
netsurf-56b42943d0ad0d032b2219290a2b7a02fa598466.tar.bz2
improve iconv library handling
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.target3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 87544e3db..93ee50a46 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -30,8 +30,7 @@ else
LDFLAGS += -lhubbub -lcss -lparserutils -lwapcaplet -lcurl -lz
endif
-LDFLAGS += -lssl -lcrypto -lregex -liconv \
- -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
+LDFLAGS += -lssl -lcrypto -lregex -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported