Update internal curl to 7.54.0

This commit is contained in:
MAN-AT-ARMS 2017-07-28 09:59:43 -04:00 committed by Tim Angus
parent 6693465336
commit e07ffa715c
15 changed files with 1103 additions and 301 deletions

View file

@ -625,9 +625,9 @@ ifdef MINGW
ifeq ($(USE_LOCAL_HEADERS),1)
CLIENT_CFLAGS += -DCURL_STATICLIB
ifeq ($(ARCH),x86_64)
CLIENT_LIBS += $(LIBSDIR)/win64/libcurl.a
CLIENT_LIBS += $(LIBSDIR)/win64/libcurl.a -lcrypt32
else
CLIENT_LIBS += $(LIBSDIR)/win32/libcurl.a
CLIENT_LIBS += $(LIBSDIR)/win32/libcurl.a -lcrypt32
endif
else
CLIENT_LIBS += $(CURL_LIBS)