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

Dependencies of cocos2d-x.
142 stars 169 forks source link

Please update libcurl to the latest version #13

Open lalaloha opened 9 years ago

lalaloha commented 9 years ago

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.

minggo commented 9 years ago

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

zilongshanren commented 9 years ago

@lalaloha We have already upgrade libcurl in v3.4

zilongshanren commented 9 years ago

@lalaloha libCURL has been updated to 1.40, thanks.

pixmaster commented 8 years ago

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"