mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 04:27:50 +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". Change-Id: I117f6c4a8431058b9af22390942539a49c632d6a Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commitc3f303b50b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit804108b9e3) Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
6 lines
352 B
PowerShell
6 lines
352 B
PowerShell
# 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
|