Added directory flag
This commit is contained in:
parent
0aa737daec
commit
e8a229cca2
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue