We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c44ca2 commit c854c44Copy full SHA for c854c44
src/ci/scripts/install-clang.sh
@@ -17,7 +17,7 @@ if isMacOS; then
17
# Configure `AR` specifically so rustbuild doesn't try to infer it as
18
# `clang-ar` by accident.
19
ciCommandSetEnv AR "ar"
20
-elif isWindows; then
+elif isWindows && [[ -z ${MINGW_URL+x} ]]; then
21
# If we're compiling for MSVC then we, like most other distribution builders,
22
# switch to clang as the compiler. This'll allow us eventually to enable LTO
23
# amongst LLVM and rustc. Note that we only do this on MSVC as I don't think
0 commit comments