mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
Change-Id: I76aa90e005460368741b305fcaf398ae917299e6 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
10 lines
262 B
Bash
Executable File
10 lines
262 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/unix/install-vcpkg-ports.sh" arm64-osx-qt
|
|
|
|
# Create an alias for arm64-osx-qt, because the built package references this triplet.
|
|
ln -s arm64-osx-qt $VCPKG_ROOT/installed/universal-osx-qt
|