mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 15:06:52 +08:00
Change-Id: I8d1ee4241d7e99269e8c717ceb2aecde3194c51a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
# shellcheck source=../common/macos/python3.sh
|
|
source "${BASH_SOURCE%/*}/../common/macos/python3.sh"
|