coin: Build OpenSSL as universal build for macOS ARM

Change-Id: I6769c4b1c62d9d89c502e90339841191cdfb674f
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Tor Arne Vestbø
2024-04-29 13:00:35 +02:00
parent f074859391
commit b86099c993
4 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@
set -ex
# shellcheck source=../common/unix/install-openssl.sh
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos"
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos-universal"

View File

@@ -5,5 +5,5 @@
set -ex
# shellcheck source=../common/unix/install-openssl.sh
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos"
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos-universal"

View File

@@ -5,5 +5,5 @@
set -ex
# shellcheck source=../common/unix/install-openssl.sh
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos"
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos-universal"

View File

@@ -5,5 +5,5 @@
set -ex
# shellcheck source=../common/unix/install-openssl.sh
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos"
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "macos-universal"