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
|
fi
|
||||||
|
|
||||||
# Build the required binaries
|
# 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
|
if [ ! $TMPROOT/openssl/ios-openssl/lib/libssl.a ] ; then
|
||||||
try mkdir $TMPROOT/openssl/ios-openssl/lib
|
try mkdir $TMPROOT/openssl/ios-openssl/lib
|
||||||
try pushd .
|
try pushd .
|
||||||
|
|
Loading…
Reference in a new issue