From 55f8a41cfe2e5570c62e94d42e5f579daec31e4b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 Apr 2015 16:23:35 +0100 Subject: Updated mingw32 toolchain names the regex library something different --- windows/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') 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 -- cgit v1.2.3