diff --git a/tools/build-openssl.sh b/tools/build-openssl.sh index 652c0f8..cc3fb75 100755 --- a/tools/build-openssl.sh +++ b/tools/build-openssl.sh @@ -15,7 +15,7 @@ if [ ! -d $TMPROOT/openssl/ios-openssl ] ; then fi # Build the required binaries -if [ $TMPROOT/openssl/ios-openssl ] ; then +if [ -d $TMPROOT/openssl/ios-openssl ] ; then if [ ! $TMPROOT/openssl/ios-openssl/lib/libssl.a ] ; then try mkdir $TMPROOT/openssl/ios-openssl/lib try pushd .