Skip to content

Commit

Permalink
Merge pull request #2 from cypherstack/scripts
Browse files Browse the repository at this point in the history
fix openssl script re: previous commit
  • Loading branch information
MrCyjaneK authored Apr 12, 2024
2 parents 52db5c7 + 4fd90cd commit 365e58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/ios/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ OPEN_SSL_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/OpenSSL"
echo "============================ OpenSSL ============================"

echo "Cloning Open SSL from - $OPEN_SSL_URL"
git clone $OPEN_SSL_URL $OPEN_SSL_DIR_PATH

# Check if the directory already exists.
if [ -d "$OPEN_SSL_DIR_PATH" ]; then
Expand Down

0 comments on commit 365e58b

Please sign in to comment.