Updated mingw32 toolchain names the regex library something different

This commit is contained in:
Vincent Sanders 2015-04-28 16:23:35 +01:00
parent 7bc29f7782
commit 55f8a41cfe
1 changed files with 1 additions and 1 deletions

View File

@ -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