Provisioning: Add missing vcpkg files to Intel macOS 26

Change-Id: I76aa90e005460368741b305fcaf398ae917299e6
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Ville-Pekka Karhu
2026-02-03 17:39:29 +02:00
parent fb596da6aa
commit 3e4f286588
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
BASEDIR=$(dirname "$0")
"$BASEDIR/../common/unix/install-vcpkg.sh"

View File

@@ -0,0 +1,9 @@
#!/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