summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-rw-r--r--coin/instructions/common_environment.yaml18
1 files changed, 2 insertions, 16 deletions
diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml
index 535d69634b..99c85e2d4a 100644
--- a/coin/instructions/common_environment.yaml
+++ b/coin/instructions/common_environment.yaml
@@ -14,23 +14,9 @@ instructions:
- type: EnvironmentVariable
variableName: LLVM_BASE_URL
variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_120-based
-
- - type: Group
- enable_if:
- condition: property
- property: target.compiler
- in_values: [MSVC2019]
- instructions:
- - type: EnvironmentVariable
- variableName: MAKEFLAGS
- variableValue: ""
- type: EnvironmentVariable
- variableName: LLVM_INSTALL_DIR
- variableValue: "{{.Env.LLVM_DYNAMIC_LIBS_100}}"
- enable_if:
- condition: property
- property: target.arch
- equals_value: X86
+ variableName: MACOSX_DEPLOYMENT_TARGET
+ variableValue: 10.14
- type: PrependToEnvironmentVariable
variableName: PATH