forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user