cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update libcurl to the latest version

lalaloha opened this issue · comments

Currently used libcurl library was released more than 2 years ago. There're so many bugfixes and changes that are integrated to latest libcurl library. Cocos2d-x should update the libcurl library.

We will update it after the build script finish.
It may be in next version.

@lalaloha
We have already upgrade libcurl in v3.4

@lalaloha libCURL has been updated to 1.40, thanks.

CURL have new version 7.46
and for work with ssl on iOS need use darwinssl instead openssl - replace "--with-ssl=$(PREFIX)" on "--with-darwinssl"