Skip to content

Commit 5406235

Browse files
committed
fix: MCPP_NO_AUTO_INSTALL hint recommends llvm on Windows (was gcc)
1 parent e407104 commit 5406235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ prepare_build(bool print_fingerprint,
11101110
// CI / offline / test opt-out: hard-error instead of silently
11111111
// pulling ~800 MB of toolchain. Preserves the original M5.5
11121112
// contract for environments that need it.
1113-
#if defined(__APPLE__)
1113+
#if defined(__APPLE__) || defined(_WIN32)
11141114
return std::unexpected(
11151115
"no toolchain configured.\n"
11161116
" run one of:\n"

0 commit comments

Comments
 (0)