Skip to content

Commit bb8f6d5

Browse files
committed
do not delete openssl source.
1 parent b0ea0e3 commit bb8f6d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/build_strongswan.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ OUT_DIR="$STRONGSWAN_DIR/src/frontends/android/app/src/main/jni/openssl"
2222
APP_DIR="$STRONGSWAN_DIR/src/frontends/android/app"
2323

2424
echo "===> Copying OpenSSL sources..."
25-
rm -rf "$ANDROID_OPENSSL_DIR"
26-
mkdir -p "$ANDROID_OPENSSL_DIR"
2725
cp -a "$OPENSSL_SRC/." "$ANDROID_OPENSSL_DIR/"
2826

2927
echo "===> Compiling OpenSSL..."

0 commit comments

Comments
 (0)