mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 20:36:54 +08:00
Change-Id: I93702b9faac5abc9fc01a5725cf34a17a94f0bea
(cherry picked from commit 8732165461)
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
12 lines
225 B
Bash
Executable File
12 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set +e
|
|
|
|
# shellcheck disable=SC1091
|
|
source /opt/rh/devtoolset-4/enable
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/openssl_for_android.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/openssl_for_android.sh"
|