| Index: trunk/src/tools/gn/function_exec_script.cc
|
| ===================================================================
|
| --- trunk/src/tools/gn/function_exec_script.cc (revision 232660)
|
| +++ trunk/src/tools/gn/function_exec_script.cc (working copy)
|
| @@ -301,7 +301,7 @@
|
| }
|
|
|
| ScopedTrace trace(TraceItem::TRACE_SCRIPT_EXECUTE, script_source.value());
|
| - trace.SetToolchain(settings->toolchain_label());
|
| + trace.SetToolchain(settings->toolchain()->label());
|
|
|
| // Add all dependencies of this script, including the script itself, to the
|
| // build deps.
|
|
|