COIN: Remove unused LLVM environment variable

We are passing it explicitly to the build script and don't use the
provisioned version anyhow.

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

View File

@@ -15,23 +15,6 @@ instructions:
variableName: LLVM_BASE_URL
variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_110-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
- type: PrependToEnvironmentVariable
variableName: PATH
variableValue: "{{.InstallDir}}\\bin;"