Added comment
This commit is contained in:
parent
e8a229cca2
commit
dcebc31d35
1 changed files with 4 additions and 0 deletions
|
@ -15,11 +15,15 @@ if [ ! -d $TMPROOT/openssl/ios-openssl ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build the required binaries
|
# Build the required binaries
|
||||||
|
echo "About to test ..."
|
||||||
if [ -d $TMPROOT/openssl/ios-openssl ] ; then
|
if [ -d $TMPROOT/openssl/ios-openssl ] ; then
|
||||||
|
echo "ios-openssl folder found. Looking for binary..."
|
||||||
if [ ! $TMPROOT/openssl/ios-openssl/lib/libssl.a ] ; then
|
if [ ! $TMPROOT/openssl/ios-openssl/lib/libssl.a ] ; then
|
||||||
|
echo "Binary not found. Building..."
|
||||||
try mkdir $TMPROOT/openssl/ios-openssl/lib
|
try mkdir $TMPROOT/openssl/ios-openssl/lib
|
||||||
try pushd .
|
try pushd .
|
||||||
cd $TMPROOT/openssl/ios-openssl
|
cd $TMPROOT/openssl/ios-openssl
|
||||||
|
# Please refer to the script below for details of the OPenSSL build
|
||||||
sh build.sh
|
sh build.sh
|
||||||
try popd
|
try popd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue