Updated mingw32 toolchain names the regex library something different
This commit is contained in:
parent
7bc29f7782
commit
55f8a41cfe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue