From dcebc31d3545c5f571496024d6577598f81caa1d Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Sat, 3 May 2014 08:55:16 +0200 Subject: [PATCH] Added comment --- tools/build-openssl.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/build-openssl.sh b/tools/build-openssl.sh index cc3fb75..29aafb7 100755 --- a/tools/build-openssl.sh +++ b/tools/build-openssl.sh @@ -15,11 +15,15 @@ if [ ! -d $TMPROOT/openssl/ios-openssl ] ; then fi # Build the required binaries +echo "About to test ..." if [ -d $TMPROOT/openssl/ios-openssl ] ; then + echo "ios-openssl folder found. Looking for binary..." if [ ! $TMPROOT/openssl/ios-openssl/lib/libssl.a ] ; then + echo "Binary not found. Building..." try mkdir $TMPROOT/openssl/ios-openssl/lib try pushd . cd $TMPROOT/openssl/ios-openssl + # Please refer to the script below for details of the OPenSSL build sh build.sh try popd fi