OpenSSL compile script fix

This commit is contained in:
Gerhard Stein
2023-07-27 12:49:14 +02:00
parent 10b199e707
commit 9eb294a4d5

View File

@@ -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