summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-28 16:23:35 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-28 16:23:35 +0100
commit55f8a41cfe2e5570c62e94d42e5f579daec31e4b (patch)
treed3173736e8961500fdf82ad09c2dcd397a313172 /windows/Makefile.target
parent7bc29f778280c8b4138206313774f5c589a8da4e (diff)
downloadnetsurf-55f8a41cfe2e5570c62e94d42e5f579daec31e4b.tar.gz
netsurf-55f8a41cfe2e5570c62e94d42e5f579daec31e4b.tar.bz2
Updated mingw32 toolchain names the regex library something different
Diffstat (limited to 'windows/Makefile.target')
-rw-r--r--windows/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 0e08356f0..5773a0c36 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -25,7 +25,7 @@ else
LDFLAGS += -lcurl -lz
endif
-LDFLAGS += -lssl -lcrypto -lregex -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
+LDFLAGS += -lssl -lcrypto -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported