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

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

can not compile openssl 1.1.0i for both iOS and android #169

Open quannv108 opened 6 years ago

quannv108 commented 6 years ago

I tried to edit

try for android: ./build.sh: line 306: /build/tools/make-standalone-toolchain.sh: No such file or directory

please help I need to update openssl

minggo commented 6 years ago

there are patches used to build openssl, the patch files should be updated too

quannv108 commented 6 years ago

@minggo I remove all patch in ios-armv7-crash.patch, then I can build for ios, for android,there are difference error than patch files, ./build.sh: line 306: /build/tools/make-standalone-toolchain.sh: No such file or directory What's kind of this file? where I can find it? Please support me. Thank you

minggo commented 6 years ago

Please read the readme, may be you should use NDK r16+.