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