sinofool / build-openssl-ios

Build openssl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.
http://sinofool.net/blog/archives/172
MIT License
124 stars 57 forks source link

Build fails on Catalina #14

Closed svenyonson closed 3 years ago

svenyonson commented 3 years ago

./build.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8021k 100 8021k 0 0 2899k 0 0:00:02 0:00:02 --:--:-- 2898k ~/github/iwins/build-openssl-ios/openssl-1.1.1b ~/github/iwins/build-openssl-ios

Failure! build file wasn't produced. Please read INSTALL and associated NOTES files. You may also have to look over your available compiler tool chain or change your configuration.

Directory given with --prefix MUST be absolute

svenyonson commented 3 years ago

Fix: Change line 5 in build.sh to be: TMP_DIR="$PWD/../build_openssl"