File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 8484 - echo "Fetching root certs..."
8585 - curl -s https://curl.haxx.se/ca/cacert.pem > "$EXAMPLE/cacert.pem"
8686 - echo "Copying libraries to Test App ..."
87+ - mkdir -p "$EXAMPLE/libs/"
8788 - cp openssl/iOS-fat/lib/libcrypto.a "$EXAMPLE/libs/libcrypto.a"
8889 - cp openssl/iOS-fat/lib/libssl.a "$EXAMPLE/libs/libssl.a"
8990 - cp openssl/iOS-fat/include/openssl/* "$EXAMPLE/include/openssl/"
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ while getopts "o:ncduth\?" o; do
9797 echo " Fetching root certs..."
9898 curl -s https://curl.haxx.se/ca/cacert.pem > " $EXAMPLE /cacert.pem"
9999 echo " Copying libraries to Test App ..."
100+ mkdir -p " $EXAMPLE /libs"
100101 cp openssl/iOS-fat/lib/libcrypto.a " $EXAMPLE /libs/libcrypto.a"
101102 cp openssl/iOS-fat/lib/libssl.a " $EXAMPLE /libs/libssl.a"
102103 cp openssl/iOS-fat/include/openssl/* " $EXAMPLE /include/openssl/"
You can’t perform that action at this time.
0 commit comments