Coin: Add native MSVC ARM64 instructions
Task-number: QTQAINFRA-5855 Pick-to: 6.7 6.6 Change-Id: I95a3b5f44c2513becb0bdbd5f56c0a5e36e889d9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
0bf7d64ebd
commit
8dffb3c5e3
@ -133,9 +133,26 @@ instructions:
|
||||
variableName: TARGET_ARCHITECTURE
|
||||
variableValue: x64_arm64
|
||||
enable_if:
|
||||
condition: property
|
||||
condition: and
|
||||
conditions:
|
||||
- condition: property
|
||||
property: target.arch
|
||||
equals_value: ARM64
|
||||
- condition: property
|
||||
property: host.arch
|
||||
equals_value: X86_64
|
||||
- type: EnvironmentVariable
|
||||
variableName: TARGET_ARCHITECTURE
|
||||
variableValue: arm64
|
||||
enable_if:
|
||||
condition: and
|
||||
conditions:
|
||||
- condition: property
|
||||
property: target.arch
|
||||
in_values: ["AARCH64", "ARM64"]
|
||||
- condition: property
|
||||
property: host
|
||||
equals_property: target
|
||||
- type: EnvironmentVariable
|
||||
# HACK. Overwrite TARGET_ARCHITECTURE as we do not use standard MSVC cross
|
||||
# compilation targets here. The target architecture will be detected by Qt.
|
||||
|
Loading…
x
Reference in New Issue
Block a user