COIN: Add deployment target for macOS

Minimum deployment target for Qt 6 is 10.14

Change-Id: If85f34d89a39b92eedc42b0ff9a581264917a589
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
This commit is contained in:
Eike Ziller
2021-06-15 12:20:18 +02:00
parent 58db5d5e71
commit 65870f804b

View File

@@ -14,6 +14,9 @@ instructions:
- type: EnvironmentVariable
variableName: LLVM_BASE_URL
variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_110-based
- type: EnvironmentVariable
variableName: MACOSX_DEPLOYMENT_TARGET
variableValue: 10.14
- type: PrependToEnvironmentVariable
variableName: PATH