From 8d05d92557697d46fbc92c246ac9226fd49cabec Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 16 May 2025 13:28:08 +0200 Subject: rc parsing: fix graph/plain graph confusion --- src/other_tools/just_mr/rc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/other_tools/just_mr/rc.cpp b/src/other_tools/just_mr/rc.cpp index 41b7e77e..f04738b4 100644 --- a/src/other_tools/just_mr/rc.cpp +++ b/src/other_tools/just_mr/rc.cpp @@ -617,7 +617,8 @@ namespace { auto graph_file_plain = invocation_log->Get("--dump-plain-graph", Expression::none_t{}); if (graph_file_plain->IsString()) { - clargs->invocation_log.graph_file = graph_file_plain->String(); + clargs->invocation_log.graph_file_plain = + graph_file_plain->String(); } auto dump_artifacts_to_build = invocation_log->Get( "--dump-artifacts-to-build", Expression::none_t{}); -- cgit v1.2.3