mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Make sure we use some specific Python2 version on macOS instead of the one pre-installed along with system. Change-Id: Ifee07a8cf003e282ec3cb67535818f9fe39c8679 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
source "${BASH_SOURCE%/*}/../common/macos/python2.sh"
|