Skip to content

Commit 06fa623

Browse files
committed
mark msvc-helper as experimental
1 parent c57f8a4 commit 06fa623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ninja.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ int ChooseTool(const string& tool_name, const Tool** tool_out) {
538538
Tool::RUN_AFTER_LOAD, ToolBrowse },
539539
#endif
540540
#if defined(WIN32)
541-
{ "msvc", "build helper for MSVC cl.exe",
541+
{ "msvc", "build helper for MSVC cl.exe (EXPERIMENTAL)",
542542
Tool::RUN_AFTER_FLAGS, ToolMSVC },
543543
#endif
544544
{ "clean", "clean built files",

0 commit comments

Comments
 (0)