diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-04-12 17:06:12 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-04-12 17:06:12 -0500 |
| commit | 4fd90cdef183fbaf595b2d491c0655bae9040ee7 (patch) | |
| tree | 212086cda76fe60f496b348e4a63c54966f6c323 | |
| parent | ae57e3dc6f45f4ec9f3bd07a15e45e9e5a10ae48 (diff) | |
fix openssl script re: previous commit
forgot to remove this one line. Interestingly, Windows built fine with it, whereas iOS threw.
| -rwxr-xr-x | external/ios/build_openssl.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/ios/build_openssl.sh b/external/ios/build_openssl.sh index ad06311..fc2579e 100755 --- a/external/ios/build_openssl.sh +++ b/external/ios/build_openssl.sh @@ -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 |
