From 9eb294a4d5073236c2e1480f24a9049975c1a8f4 Mon Sep 17 00:00:00 2001 From: Gerhard Stein Date: Thu, 27 Jul 2023 12:49:14 +0200 Subject: [PATCH] OpenSSL compile script fix --- project/jni/openssl/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/jni/openssl/compile.sh b/project/jni/openssl/compile.sh index 57a1579b8..30d86da4a 100755 --- a/project/jni/openssl/compile.sh +++ b/project/jni/openssl/compile.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ -z "$ARCH_LIST" ]; then +if [ -z "$ARCH_LIST" ] | [ "$ARCH_LIST" = "all" ]; then ARCH_LIST="arm64-v8a armeabi-v7a x86_64 x86" fi