Added folder creation
This commit is contained in:
parent
ddf78cfbba
commit
0aa737daec
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ fi
|
||||||
# Build the required binaries
|
# Build the required binaries
|
||||||
if [ $TMPROOT/openssl/ios-openssl ] ; then
|
if [ $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 pushd .
|
try pushd .
|
||||||
cd $TMPROOT/openssl/ios-openssl
|
cd $TMPROOT/openssl/ios-openssl
|
||||||
sh build.sh
|
sh build.sh
|
||||||
|
|
Loading…
Reference in a new issue