diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml index df8c69b3879..8af74377cb5 100644 --- a/coin/instructions/common_environment.yaml +++ b/coin/instructions/common_environment.yaml @@ -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;"