diff options
author | Michal Klocek <[email protected]> | 2025-06-26 19:05:46 +0200 |
---|---|---|
committer | Michal Klocek <[email protected]> | 2025-06-27 08:46:47 +0000 |
commit | dfcf53bf9c0951146e7c7b06b05581fa222e874b (patch) | |
tree | c5fd0b77396b83450caf5d3729e0a2d409dd7da7 | |
parent | 0e8c23f3a496c2fe50ae02e71dedcf94d34e753e (diff) |
Use COMMON_NON_QTBASE_TARGET_CMAKE_ARGS for
windows-11_24H2-msvc2022-arm64, as this works as expected
in case of cross-compilation.
Note this platform is still being rolled out, but the provisioning
is not completed, therefore should be skipped.
This amends d6bb55bf83efef942503cd4bd4e6874f8ecdc8c6.
Pick-to: 6.10
Change-Id: Icbd900790d4bc052498c590ccfa32d9be17bb607
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
-rw-r--r-- | coin/module_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 7563d04f5..b812baa43 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -49,7 +49,7 @@ instructions: env_var: COIN_PLATFORM_ID contains_value: "windows-11_22h2-arm64-msvc2022" - type: AppendToEnvironmentVariable - variableName: COMMON_NON_QTBASE_CMAKE_ARGS + variableName: COMMON_NON_QTBASE_TARGET_CMAKE_ARGS variableValue: " -DFEATURE_qtwebengine_build=OFF" enable_if: condition: runtime |