mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-26 06:37:45 +08:00
So it can be used during cross-compilation of arm64 packages.
To ensure the env variable set does not conflict with the x86_64
version, the env variable is suffixed with "arm64".
Pick-to: 6.9
Change-Id: I117f6c4a8431058b9af22390942539a49c632d6a
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit c3f303b50b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
9 lines
494 B
PowerShell
9 lines
494 B
PowerShell
# Copyright (C) 2025 The Qt Company Ltd
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
# Do not set the default LLVM_INSTALL_DIR for mingw, leave it with msvc for compat
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 mingw $False
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 llvm-mingw $False
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" arm64 vs2022 $False $True
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 vs2022
|